[issue38890] A subprocess.Popen created with creationFlags=DETACHED_PROCESS on Windows should not emit a ResourceWarning

Steve Dower report at bugs.python.org
Mon Nov 25 14:03:09 EST 2019


Steve Dower <steve.dower at python.org> added the comment:

Didn't we clean up this warning completely on Windows recently?

It apparently matters on POSIX to join() the child process, but on Windows you aren't going to leak any resources by just forgetting about it, so I thought we stopped tracking them entirely.

----------

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


More information about the Python-bugs-list mailing list