]> granicus.if.org Git - python/commit
[3.6] bpo-30775: Fix refleaks in test_multiprocessing (GH-2467) (#2468)
authorAntoine Pitrou <pitrou@free.fr>
Wed, 28 Jun 2017 09:49:38 +0000 (11:49 +0200)
committerGitHub <noreply@github.com>
Wed, 28 Jun 2017 09:49:38 +0000 (11:49 +0200)
commite022aad73a4151b5628e2476a8465ce6c0d18b8c
treef6e7918befdd88b31eb58d2a6b8f3a5eb726bd8b
parent0834905d9b61291b1fc5e05a1ffbc69de9c9379f
[3.6] bpo-30775: Fix refleaks in test_multiprocessing (GH-2467) (#2468)

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