]> granicus.if.org Git - python/commit
Issue #13813: Embed stringification of remote traceback in local
authorRichard Oudkerk <shibturn@gmail.com>
Mon, 6 May 2013 10:38:25 +0000 (11:38 +0100)
committerRichard Oudkerk <shibturn@gmail.com>
Mon, 6 May 2013 10:38:25 +0000 (11:38 +0100)
commit8575783a00a6fc7ef9cb754df90532b178de2fb3
tree20f726521104969868978503e8f5da420ce2555c
parent53683f6f4bc53a0ffad923a0e056e488dc7dbb6f
Issue #13813: Embed stringification of remote traceback in local
traceback raised when pool task raises an exception.
Lib/multiprocessing/pool.py
Lib/test/test_multiprocessing.py
Misc/NEWS