cpython/Lib/concurrent
Dave Chevell 962bdeab19 bpo-35715: Liberate return value of _process_worker (GH-11514)
ProcessPoolExecutor workers will hold the return value of their last task in memory until the next task is received. Since the return value has already been propagated to the parent process's Future (or has been discarded by this point), the object can be safely released.
2019-03-16 22:28:51 +00:00
..
futures bpo-35715: Liberate return value of _process_worker (GH-11514) 2019-03-16 22:28:51 +00:00
__init__.py