]> granicus.if.org Git - python/commit
[3.5] bpo-30775: Fix refleaks in test_multiprocessing (GH-2467) (#2469)
authorAntoine Pitrou <pitrou@free.fr>
Wed, 28 Jun 2017 09:50:44 +0000 (11:50 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 28 Jun 2017 09:50:44 +0000 (11:50 +0200)
commitf15bf1f3f3104f6ab2229e4b359984489a74685b
tree2c452c754d74b8f7429d4d0fc18ef3543f2e391a
parent54ba940abc2fabb94fede46dfad80f8ac15632a3
[3.5] bpo-30775: Fix refleaks in test_multiprocessing (GH-2467) (#2469)

Forgetting to call Process.join() can keep some resources alive.
(cherry picked from commit a79f8faccf5e26f55e8b9496ad49d2071b5e299c)
Lib/test/_test_multiprocessing.py