Close the call queue in concurrent.futures.ProcessPoolExecutor when
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 16 Jul 2011 21:52:02 +0000 (23:52 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 16 Jul 2011 21:52:02 +0000 (23:52 +0200)
commit0b447957c75778145ef8ce46d95d4a780cd0e1ab
tree2eafee8166f17545f2f11ead740ab6c03d9c373c
parentf7f54759b5f81cc011e987746ed3edd7fcc96d21
Close the call queue in concurrent.futures.ProcessPoolExecutor when
shutdown() is called, without waiting for the garbage collector to kick in.
Lib/concurrent/futures/process.py
Misc/NEWS