[issue34172] multiprocessing.Pool and ThreadPool leak resources after being deleted

Dec. 2, 2018
7:30 a.m.
tzickel <icebreak@yahoo.com> added the comment: A. It would be nice to add a test that tests this. B. Now that Pool is cleaning up properly, any of it's functions which return another object (like imap's IMapIterator) need to hold a reference to the Pool, so it won't get cleanedup before computing. ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue34172> _______________________________________
2299
Age (days ago)
2299
Last active (days ago)
0 comments
1 participants
participants (1)
-
tzickel