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

@pitrou

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

@pitrou

@pitrou

@pitrou

pitrou added a commit to pitrou/cpython that referenced this pull request

Mar 24, 2017
* 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 added a commit to pitrou/cpython that referenced this pull request

Mar 24, 2017
* 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 added a commit that referenced this pull request

Mar 24, 2017
)

* bpo-29861: release references to multiprocessing Pool tasks (#743)

* 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)

* Fix Misc/NEWS (hopefully)

pitrou added a commit that referenced this pull request

Mar 24, 2017
)

* bpo-29861: release references to multiprocessing Pool tasks (#743)

* 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)

* Fix Misc/NEWS??

pitrou added a commit to pitrou/cpython that referenced this pull request

Mar 24, 2017
* 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 added a commit that referenced this pull request

Mar 24, 2017
)

* bpo-29861: release references to multiprocessing Pool tasks (#743)

* 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)

* Fix Misc/NEWS ?

@pitrou pitrou deleted the pool_task_refs branch

August 24, 2017 22:28