STINNER Victor <vstin...@redhat.com> added the comment:

multiprocessing.Pool destructor now emits a ResourceWarning if it is still 
running: if .close() nor .terminate() have been called, see bpo- 35424.

It is a first alarm that the problematic example is wrong.

Should reconsider to fix this bug in the master branch? If yes, we should 
carefully document this backward incompatible change.

----------

______________________________________________
Python tracker <cpyt...@roundup.psfhosted.org>
<https://bugs.python.org/issue34172>
______________________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to