cpython/Lib/concurrent
Thomas Moreau 94459fd7dc bpo-31699 Deadlocks in concurrent.futures.ProcessPoolExecutor with pickling error (#3895)
Fix deadlocks in :class:`concurrent.futures.ProcessPoolExecutor` when task arguments or results cause pickling or unpickling errors.
This should make sure that calls to the :class:`ProcessPoolExecutor` API always eventually return.
2018-01-05 11:15:54 +01:00
..
futures bpo-31699 Deadlocks in concurrent.futures.ProcessPoolExecutor with pickling error (#3895) 2018-01-05 11:15:54 +01:00
__init__.py