]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix potential resource leaks in concurrent.futures.ProcessPoolExecutor
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 15 Jul 2011 23:13:34 +0000 (01:13 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 15 Jul 2011 23:13:34 +0000 (01:13 +0200)
commitd06a065a441896477f8dc4f5543654f6ba20bb51
treee5914db2b6a27f0ccb55b74ce7fe0862c8f67c68
parentdb535957cd4b44c6176e49dc2d28f034ece5262c
Fix potential resource leaks in concurrent.futures.ProcessPoolExecutor
by joining all queues and processes when shutdown() is called.
Lib/concurrent/futures/process.py
Lib/test/test_concurrent_futures.py
Misc/NEWS