]> granicus.if.org Git - python/commit
Issue #21817: When an exception is raised in a task submitted to a ProcessPoolExecuto...
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 17 Jan 2015 19:02:14 +0000 (20:02 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 17 Jan 2015 19:02:14 +0000 (20:02 +0100)
commit1285c9b7829a6ae3a1267e7676b1bc2c5ce11f96
tree50e50f3d539ca7b4463bed0926d8ff0cf6927683
parent26795baaa812c74087e97f9119ec143451e23daa
Issue #21817: When an exception is raised in a task submitted to a ProcessPoolExecutor, the remote traceback is now displayed in the parent process.
Patch by Claudiu Popa.
Lib/concurrent/futures/process.py
Lib/test/test_concurrent_futures.py
Misc/NEWS