cpython/Lib/concurrent/futures
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 Initial implementation of PEP 3148 2010-09-18 22:35:02 +00:00
_base.py Issue #11271: concurrent.futures.Executor.map() now takes a *chunksize* 2014-10-04 20:20:10 +02:00
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 Closes #21527: Add default number of workers to ThreadPoolExecutor. (Claudiu Popa.) 2014-09-02 10:39:18 -07:00