cpython/Lib/concurrent
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
..
futures bpo-46787: Fix ProcessPoolExecutor exception memory leak (GH-31408) (GH-31408) 2022-05-02 15:45:22 -07:00
__init__.py