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

[3.5] bpo-30775: Clear potential ref cycle between Process and Process target (GH-2470) #2472

Merged
merged 1 commit into from
Jun 28, 2017

Conversation

pitrou
Copy link
Member

@pitrou pitrou commented Jun 28, 2017

  • Clear potential ref cycle between Process and Process target

Besides Process.join() not being called, this was an indirect cause of bpo-30775.
The threading module already does this.

  • Add issue reference.
    (cherry picked from commit 79d37ae)

…ythonGH-2470)

* Clear potential ref cycle between Process and Process target

Besides Process.join() not being called, this was an indirect cause of bpo-30775.
The threading module already does this.

* Add issue reference.
(cherry picked from commit 79d37ae)
@pitrou pitrou merged commit a9705b7 into python:3.5 Jun 28, 2017
@vstinner vstinner changed the title [3.5] Clear potential ref cycle between Process and Process target (GH-2470) [3.5] bpo-30775: Clear potential ref cycle between Process and Process target (GH-2470) Jun 28, 2017
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.

2 participants