X Tutup
Skip to content

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

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

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

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 pitrou merged commit cc3331f into python:3.6 Mar 24, 2017
@pitrou pitrou deleted the backport-8988945-3.6 branch March 24, 2017 13:45
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