Skip to content

[3.5] bpo-30775: Fix refleaks in test_multiprocessing (GH-2467)#2469

Merged
vstinner merged 1 commit intopython:3.5from
pitrou:backport-a79f8fa-3.5
Jun 28, 2017
Merged

[3.5] bpo-30775: Fix refleaks in test_multiprocessing (GH-2467)#2469
vstinner merged 1 commit intopython:3.5from
pitrou:backport-a79f8fa-3.5

Conversation

@pitrou
Copy link
Member

@pitrou pitrou commented Jun 28, 2017

Forgetting to call Process.join() can keep some resources alive.
(cherry picked from commit a79f8fa)

Forgetting to call Process.join() can keep some resources alive.
(cherry picked from commit a79f8fa)
@vstinner vstinner merged commit f15bf1f into python:3.5 Jun 28, 2017
@pitrou pitrou deleted the backport-a79f8fa-3.5 branch June 28, 2017 09:51
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