]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-30775: Fix refleaks in test_multiprocessing (#2467)
authorAntoine Pitrou <pitrou@free.fr>
Wed, 28 Jun 2017 09:21:52 +0000 (11:21 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 28 Jun 2017 09:21:52 +0000 (11:21 +0200)
commita79f8faccf5e26f55e8b9496ad49d2071b5e299c
tree8fcc1193123bc730a7fbf40a3c572d180bab032f
parentccdc09ed1ebea7d7c6b41548132aa08bd797bfe8
bpo-30775: Fix refleaks in test_multiprocessing (#2467)

Forgetting to call Process.join() can keep some resources alive.
Lib/test/_test_multiprocessing.py