bpo-29861: release references to multiprocessing Pool tasks (#743) by pitrou · Pull Request #803 · python/cpython

@pitrou

* bpo-29861: release references to multiprocessing Pool tasks

Release references to tasks, their arguments and their results as soon
as they are finished, instead of keeping them alive until another task
arrives.

* Comments in test

(cherry picked from commit 8988945)

@pitrou

@pitrou pitrou deleted the backport-8988945-2.7 branch

March 24, 2017 15:03