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

It seems like Popen of multiprocess.popen_spawn_win32 has a race condition. If 
the child process is killed in the parent using terminate() before the child 
process "steals" rhandle, rhandle remains open. I wrote the PR 7921 to fix it.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue33929>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to