[issue26741] subprocess.Popen should emit a ResourceWarning in destructor if the process is still running

STINNER Victor report at bugs.python.org
Fri May 20 08:24:37 EDT 2016


STINNER Victor added the comment:

> At this point, the Python interpreter has a child process “chromium” which is left as a zombie when it exits.

The new ResourceWarning is the confirmation that there is an issue. Creating a zombi process is not a good idea :-)

I opened the issue #27069 to fix this bug.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26741>
_______________________________________


More information about the Python-bugs-list mailing list