]> granicus.if.org Git - python/commit
Issue #12456: fix a possible hang on shutdown of a concurrent.futures.ProcessPoolExec...
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 2 Jul 2011 19:20:25 +0000 (21:20 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 2 Jul 2011 19:20:25 +0000 (21:20 +0200)
commit020436b0d4ae271638ed5d0881c1fa7f7c0a1b09
treead620d4691d253b267ff7c3d03c7bc3811bceca9
parentaac0f75b3b28513c45116534720e66b0262e2e72
Issue #12456: fix a possible hang on shutdown of a concurrent.futures.ProcessPoolExecutor.
Lib/concurrent/futures/process.py
Lib/test/test_concurrent_futures.py