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