]> granicus.if.org Git - python/commit
Issue #10332: multiprocessing: fix a race condition when a Pool is closed
authorCharles-François Natali <neologix@free.fr>
Mon, 24 Oct 2011 16:45:29 +0000 (18:45 +0200)
committerCharles-François Natali <neologix@free.fr>
Mon, 24 Oct 2011 16:45:29 +0000 (18:45 +0200)
commitf8859e1808eff603b727d1adbeb38f745c9fedb5
tree4491834ef0c5d5be6283d61894940e321d33b18f
parentd6ca6c2b32118fec10d28b1a23d97f8e6b536d04
Issue #10332: multiprocessing: fix a race condition when a Pool is closed
before all tasks have completed.
Lib/multiprocessing/pool.py
Lib/test/test_multiprocessing.py
Misc/NEWS