commit | 97f998a4dfd6db6d867f446daa62445d0782bf39 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Tue Oct 02 14:17:04 2018 -0700 |
committer | Antoine Pitrou <pitrou@free.fr> | Tue Oct 02 23:17:04 2018 +0200 |
tree | 6a09f9ae92482b4d92a31563cbaf7db10eab4764 | |
parent | 484c899a5bdfc0a90ea9f269836a5f67183cf496 [diff] |
bpo-34172: multiprocessing.Pool leaks resources after being deleted (GH-8450) (GH-9676) 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 97bfe8d3ebb0a54c8798f57555cb4152f9b2e1d0) Co-authored-by: tzickel <tzickel@users.noreply.github.com>