cpython/Lib/concurrent/futures
Miss Islington (bot) c467812bc0
bpo-46787: Fix ProcessPoolExecutor exception memory leak (GH-31408) (GH-31408)
Do not store `ProcessPoolExecutor` work item exception traceback that prevents
exception frame locals from being garbage collected.
(cherry picked from commit 9c204b148f)

Co-authored-by: themylogin <themylogin@gmail.com>
2022-05-02 15:45:22 -07:00
..
__init__.py bpo-33238: Add InvalidStateError to concurrent.futures. (GH-7056) 2018-05-30 10:15:06 +03:00
_base.py concurrent.futures: Fix typo in docstring (GH-92121) 2022-05-02 09:06:43 -07:00
process.py bpo-46787: Fix ProcessPoolExecutor exception memory leak (GH-31408) (GH-31408) 2022-05-02 15:45:22 -07:00
thread.py [3.10] bpo-45021: Fix a hang in forked children (GH-28007) (GH-28480) 2021-09-20 11:52:23 -07:00