mirror of
https://github.com/python/cpython.git
synced 2025-12-09 02:35:14 +00:00
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. |
||
|---|---|---|
| .. | ||
| futures | ||
| __init__.py | ||