This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eryksun
Recipients eryksun, paul.moore, steve.dower, tim.golden, zach.ware
Date 2016-09-15.10:47:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473936464.05.0.628825783498.issue28168@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-09-15 10:47:44eryksunsetrecipients: + eryksun, paul.moore, tim.golden, zach.ware, steve.dower
2016-09-15 10:47:44eryksunsetmessageid: <1473936464.05.0.628825783498.issue28168@psf.upfronthosting.co.za>
2016-09-15 10:47:44eryksunlinkissue28168 messages
2016-09-15 10:47:43eryksuncreate