commit | 97bfe8d3ebb0a54c8798f57555cb4152f9b2e1d0 | [log] [tgz] |
---|---|---|
author | tzickel <tzickel@users.noreply.github.com> | Wed Oct 03 00:01:23 2018 +0300 |
committer | Antoine Pitrou <pitrou@free.fr> | Tue Oct 02 23:01:23 2018 +0200 |
tree | b97ded93b7eece4244ce9719f75469f3410083f2 | |
parent | 9012a0fb4c4ec1afef9efb9fdb0964554ea17983 [diff] |
bpo-34172: multiprocessing.Pool leaks resources after being deleted (GH-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.