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

Pablo Galindo Salgado report at bugs.python.org
Sat Dec 1 22:14:54 EST 2018


Pablo Galindo Salgado <pablogsal at gmail.com> added the comment:

This also happens on Linux, hanging in different moments:

❯ ./python test.py
Begin
4
[hangs]

❯ ./python test.py
Begin
4
3
[hangs]

❯ ./python test.py
[hangs]

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34172>
_______________________________________


More information about the docs mailing list