[issue35424] multiprocessing.Pool: emit ResourceWarning

STINNER Victor report at bugs.python.org
Thu Dec 20 14:37:22 EST 2018


STINNER Victor <vstinner at redhat.com> added the comment:

The first implementation of my PR also emitted ResourceWarning when .join() hasn't been called, but the merged PR only emit a warning if .close() and .terminated() have not been called: if the pool is still running.

----------
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list