[issue25960] Popen.wait() hangs with SIGINT when os.waitpid() does not

Gregory P. Smith report at bugs.python.org
Sun Dec 27 14:04:25 EST 2015


Gregory P. Smith added the comment:

This appears due to Popen._waitpid_lock.  It is not being released when the signal fires and the while loop containing the with self._waitpid_lock repeats.

This also reproduces when using subprocess32.

----------

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


More information about the Python-bugs-list mailing list