Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

[3.7] bpo-37788: Fix a reference leak if a thread is not joined (GH-15228)#15336

Closed
miss-islington wants to merge 1 commit into
python:3.7python/cpython:3.7from
miss-islington:backport-d3dcc92-3.7miss-islington/cpython:backport-d3dcc92-3.7Copy head branch name to clipboard
Closed

[3.7] bpo-37788: Fix a reference leak if a thread is not joined (GH-15228)#15336
miss-islington wants to merge 1 commit into
python:3.7python/cpython:3.7from
miss-islington:backport-d3dcc92-3.7miss-islington/cpython:backport-d3dcc92-3.7Copy head branch name to clipboard

Conversation

@miss-islington

@miss-islington miss-islington commented Aug 19, 2019

Copy link
Copy Markdown
Contributor

Add threading.Thread.del() method to ensure that the thread state
lock is removed from the _shutdown_locks list when a thread
completes.
(cherry picked from commit d3dcc92)

Co-authored-by: Victor Stinner vstinner@redhat.com

https://bugs.python.org/issue37788

…5228)

Add threading.Thread.__del__() method to ensure that the thread state
lock is removed from the _shutdown_locks list when a thread
completes.
(cherry picked from commit d3dcc92)

Co-authored-by: Victor Stinner <vstinner@redhat.com>
@miss-islington

Copy link
Copy Markdown
Contributor Author

@vstinner: Status check is done, and it's a failure ❌ .

@vstinner

Copy link
Copy Markdown
Member

The change is wrong: I reject the backport.

@vstinner vstinner closed this Aug 19, 2019
@miss-islington miss-islington deleted the backport-d3dcc92-3.7 branch August 19, 2019 23:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.