mirror of
https://github.com/python/cpython.git
synced 2026-05-19 02:44:16 -04:00
94459fd7dc
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.