Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-31234: test_threading: fix ref cycle #3150

Merged
merged 1 commit into from
Aug 18, 2017
Merged

bpo-31234: test_threading: fix ref cycle #3150

merged 1 commit into from
Aug 18, 2017

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Aug 18, 2017

test_bare_raise_in_brand_new_thread() now explicitly breaks a
reference cycle to not leak a dangling thread.

https://bugs.python.org/issue31234

test_bare_raise_in_brand_new_thread() now explicitly breaks a
reference cycle to not leak a dangling thread.
@vstinner vstinner merged commit 3d284c0 into python:master Aug 18, 2017
@vstinner vstinner deleted the threading_refcycle branch August 18, 2017 23:54
vstinner added a commit that referenced this pull request Aug 19, 2017
test_bare_raise_in_brand_new_thread() now explicitly breaks a
reference cycle to not leak a dangling thread.
(cherry picked from commit 3d284c0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants