Skip to content

bpo-30775: Fix refleaks in test_multiprocessing#2467

Merged
vstinner merged 1 commit intopython:masterfrom
pitrou:test_multiprocessing_refleak
Jun 28, 2017
Merged

bpo-30775: Fix refleaks in test_multiprocessing#2467
vstinner merged 1 commit intopython:masterfrom
pitrou:test_multiprocessing_refleak

Conversation

@pitrou
Copy link
Member

@pitrou pitrou commented Jun 28, 2017

Forgetting to call Process.join() can keep some resources alive.

Forgetting to call Process.join() can keep some resources alive.
@pitrou
Copy link
Member Author

pitrou commented Jun 28, 2017

@Haypo

@vstinner
Copy link
Member

Wow, thanks! This change fixes bpo-30775!

@vstinner vstinner merged commit a79f8fa into python:master Jun 28, 2017
@pitrou pitrou deleted the test_multiprocessing_refleak branch June 28, 2017 09:22
@vstinner
Copy link
Member

I confirm that Python 3.5 and 3.6 are affected (but not 2.7 since forkserver was added to Python 3).

pitrou added a commit to pitrou/cpython that referenced this pull request Jun 28, 2017
Forgetting to call Process.join() can keep some resources alive.
(cherry picked from commit a79f8fa)
@bedevere-bot
Copy link

GH-2468 is a backport of this pull request to the 3.6 branch.

pitrou added a commit to pitrou/cpython that referenced this pull request Jun 28, 2017
Forgetting to call Process.join() can keep some resources alive.
(cherry picked from commit a79f8fa)
@bedevere-bot
Copy link

GH-2469 is a backport of this pull request to the 3.5 branch.

pitrou added a commit that referenced this pull request Jun 28, 2017
Forgetting to call Process.join() can keep some resources alive.
(cherry picked from commit a79f8fa)
vstinner pushed a commit that referenced this pull request Jun 28, 2017
Forgetting to call Process.join() can keep some resources alive.
(cherry picked from commit a79f8fa)
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.

4 participants