]> 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:43:51 +0000 (18:43 +0200)
committerCharles-François Natali <neologix@free.fr>
Mon, 24 Oct 2011 16:43:51 +0000 (18:43 +0200)
commit46f990e58cb462bbf98fef88a3ba41ffa4a4e35d
tree5493080bcfbf94367a3186de82cbfa3f2f4e8ff6
parent22dabb6ffa5860ee08138c2f67b0406d566df5f4
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