cpython/Lib/concurrent/futures
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
..
__init__.py bpo-46522: fix concurrent.futures and io AttributeError messages (GH-30887) 2022-02-23 02:25:00 +02:00
_base.py concurrent.futures: Fix typo in docstring (#92121) 2022-05-02 09:05:26 -06:00
process.py bpo-46787: Fix `ProcessPoolExecutor exception` memory leak (GH-31408) (#31408) 2022-05-02 14:24:39 -06:00
thread.py bpo-45021: Fix a hang in forked children (GH-28007) 2021-09-20 11:30:19 -07:00