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.
T
Thomas Moreau committed
94459fd7dc25ce19096f2080eb7339497d319eb0
Parent: 65f2a6d
Committed by Antoine Pitrou <pitrou@free.fr>
on 1/5/2018, 10:15:54 AM