[3.7] bpo-34172: multiprocessing.Pool leaks resources after being deleted (GH-8450) by miss-islington · Pull Request #9676 · python/cpython · GitHub
Skip to content

[3.7] bpo-34172: multiprocessing.Pool leaks resources after being deleted (GH-8450) - #9676

Merged
pitrou merged 1 commit into
python:3.7from
miss-islington:backport-97bfe8d-3.7
Oct 2, 2018
Merged

pitrou merged 1 commit into
python:3.7from
miss-islington:backport-97bfe8d-3.7

Conversation

@miss-islington

@miss-islington miss-islington commented Oct 2, 2018

Copy link
Copy Markdown
Contributor

Fix a reference issue inside multiprocessing.Pool that caused the pool to remain alive if it was deleted without being closed or terminated explicitly.
(cherry picked from commit 97bfe8d)

Co-authored-by: tzickel tzickel@users.noreply.github.com

https://bugs.python.org/issue34172

…ythonGH-8450)

Fix a reference issue inside multiprocessing.Pool that caused the pool to remain alive if it was deleted without being closed or terminated explicitly.
(cherry picked from commit 97bfe8d)

Co-authored-by: tzickel <tzickel@users.noreply.github.com>
@miss-islington

Copy link
Copy Markdown
Contributor Author

@pitrou
pitrou merged commit 97f998a into python:3.7 Oct 2, 2018
@miss-islington
miss-islington deleted the backport-97bfe8d-3.7 branch October 2, 2018 21:17
@miss-islington

Copy link
Copy Markdown
Contributor Author

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.

5 participants