X Tutup
Skip to content

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

Merged
pitrou merged 2 commits intopython:3.5from
pitrou:backport-8988945-3.5
Mar 24, 2017
Merged

bpo-29861: release references to multiprocessing Pool tasks (#743)#801
pitrou merged 2 commits intopython:3.5from
pitrou:backport-8988945-3.5

Conversation

@pitrou
Copy link
Copy Markdown
Member

@pitrou pitrou commented 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)

* 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
Copy link
Copy Markdown
Member Author

pitrou commented Mar 24, 2017

Misc/NEWS clusterfuck due to git. Will try to fix.

@pitrou pitrou merged commit 80cb6ed into python:3.5 Mar 24, 2017
@pitrou pitrou deleted the backport-8988945-3.5 branch March 24, 2017 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

X Tutup