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

@tzickel @miss-islington

…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>

vstinner added a commit that referenced this pull request

Dec 6, 2018

@tzickel tzickel mannequin mentioned this pull request

Apr 10, 2022