[issue28168] Use _winapi.WaitForMultipleObjects in Popen.wait()

Eryk Sun report at bugs.python.org
Thu Sep 15 06:47:44 EDT 2016


Eryk Sun added the comment:

This patch makes the trivial change to the Popen.wait() method and also modifies _winapi.WaitForMultipleObjects to restart the wait if SIGINT is ignored or the handler didn't raise an exception.

----------
keywords: +patch
stage: needs patch -> patch review
Added file: http://bugs.python.org/file44673/issue_28168_01.patch

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


More information about the Python-bugs-list mailing list