cpython/Lib/concurrent
themylogin 9c204b148f
bpo-46787: Fix `ProcessPoolExecutor exception` memory leak (GH-31408) (#31408)
Do not store `ProcessPoolExecutor` work item exception traceback that prevents
exception frame locals from being garbage collected.
2022-05-02 14:24:39 -06:00
..
futures bpo-46787: Fix `ProcessPoolExecutor exception` memory leak (GH-31408) (#31408) 2022-05-02 14:24:39 -06:00
__init__.py