◐ Shell
clean mode source ↗

[3.6] bpo-31234: test_threading: fix ref cycle (#3150) by vstinner · Pull Request #3152 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

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

Sign up

Appearance settings

Merged

vstinner

merged 1 commit into

python:3.6from

vstinner:threading_refcycle36

Aug 19, 2017

Merged

[3.6] bpo-31234: test_threading: fix ref cycle (#3150)#3152

vstinner

merged 1 commit into

python:3.6from

vstinner:threading_refcycle36

Conversation

@vstinner

@vstinner vstinner commented

Aug 18, 2017

edited by bedevere-bot

Loading

Copy link Copy Markdown

Member

test_bare_raise_in_brand_new_thread() now explicitly breaks a
reference cycle to not leak a dangling thread.
(cherry picked from commit 3d284c0)

https://bugs.python.org/issue31234

test_bare_raise_in_brand_new_thread() now explicitly breaks a
reference cycle to not leak a dangling thread.
(cherry picked from commit 3d284c0)

@vstinner vstinner merged commit b50e768 into python:3.6

Aug 19, 2017

@vstinner vstinner deleted the threading_refcycle36 branch

August 19, 2017 00:32

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants

@vstinner @Mariatta @the-knights-who-say-ni @bedevere-bot