]> granicus.if.org Git - python/commit
#16307: Fix multiprocessing.Pool.map_async not calling its callbacks
authorHynek Schlawack <hs@ox.cx>
Sat, 27 Oct 2012 10:53:02 +0000 (12:53 +0200)
committerHynek Schlawack <hs@ox.cx>
Sat, 27 Oct 2012 10:53:02 +0000 (12:53 +0200)
commit254af2644a90bcabbe2612950dd2a6ef408337be
tree206fa794d5e883689a94b1856b0084d21ca7d0cc
parentcc2f0421c70d6a68e026d074b7d1c7fa4d96e6b8
#16307: Fix multiprocessing.Pool.map_async not calling its callbacks

Patch by Janne Karila.
Lib/multiprocessing/pool.py
Lib/test/test_multiprocessing.py
Misc/ACKS
Misc/NEWS