Skip to content

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

Merged
vstinner merged 1 commit intopython:2.7from
pitrou:backport-79d37ae-2.7
Jun 28, 2017
Merged

[2.7] bpo-30775: Clear potential ref cycle between Process and Process target (GH-2470)#2473
vstinner merged 1 commit intopython:2.7from
pitrou:backport-79d37ae-2.7

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)
@vstinner vstinner changed the title [2.7] Clear potential ref cycle between Process and Process target (GH-2470) [2.7] bpo-30775: Clear potential ref cycle between Process and Process target (GH-2470) Jun 28, 2017
@vstinner
Copy link
Member

AppVeyor failed on cloning the Git repository, so the failure is unrelated to your change. If the test pass on Linux, I'm confident that it will pass on Windows as well.

@vstinner vstinner merged commit 12536bd into python:2.7 Jun 28, 2017
@pitrou pitrou deleted the backport-79d37ae-2.7 branch June 28, 2017 11:56
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.

3 participants