cpython/Lib/concurrent/futures
Miss Islington (bot) 51b885a38a
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:51:20 -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:25:45 -07:00
process.py bpo-46787: Fix ProcessPoolExecutor exception memory leak (GH-31408) (GH-31408) 2022-05-02 15:51:20 -07:00
thread.py [3.9] bpo-45021: Fix a hang in forked children (GH-28007) (GH-28481) 2021-09-20 11:54:24 -07:00