]> granicus.if.org Git - python/commit
Issue #20980: Stop wrapping exception when using ThreadPool.
authorRichard Oudkerk <shibturn@gmail.com>
Sun, 23 Mar 2014 12:30:54 +0000 (12:30 +0000)
committerRichard Oudkerk <shibturn@gmail.com>
Sun, 23 Mar 2014 12:30:54 +0000 (12:30 +0000)
commit80a5be1d84689a680900ff4900acb2a39ec6d2a8
tree7c11e5d9148ac8399a9a651e9aaf61ca2f5df576
parenta40675a1a232479bbc2cb9437db265416eeb5b2d
Issue #20980: Stop wrapping exception when using ThreadPool.
Lib/multiprocessing/managers.py
Lib/multiprocessing/pool.py
Lib/test/_test_multiprocessing.py
Misc/NEWS