]> 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:47:43 +0000 (18:47 +0200)
committerCharles-François Natali <neologix@free.fr>
Mon, 24 Oct 2011 16:47:43 +0000 (18:47 +0200)
commitfeeb3a366c0971acf1d9a98019a7a60679c41240
tree20fcc7fbd183b5a8493c737ad838568025adf983
parentb4d8e912d7a9fd2f346aae5038c15f4f1f3dd411
parentf8859e1808eff603b727d1adbeb38f745c9fedb5
Issue #10332: multiprocessing: fix a race condition when a Pool is closed
before all tasks have completed.
Lib/test/test_multiprocessing.py
Misc/NEWS