◐ Shell
clean mode source ↗

bpo-30775: Fix refleaks in test_multiprocessing by pitrou · Pull Request #2467 · python/cpython

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

@pitrou pitrou deleted the test_multiprocessing_refleak branch

June 28, 2017 09:22

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)

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)

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)