This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-06-05 11:04:04 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
dc87e4b88551f64cb4053d8ea72dffc0c3675413
cpython
/
Lib
/
concurrent
/
futures
T
History
Antoine Pitrou
1285c9b782
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.
2015-01-17 20:02:14 +01:00
..
__init__.py
…
_base.py
…
process.py
Issue
#21817
: When an exception is raised in a task submitted to a ProcessPoolExecutor, the remote traceback is now displayed in the parent process.
2015-01-17 20:02:14 +01:00
thread.py
…