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 vstinner
Recipients neologix, vstinner
Date 2015-03-19.14:39:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426775992.64.0.0760549591616.issue23648@psf.upfronthosting.co.za>
In-reply-to
Content
signal.sigwaitinfo() raises InterruptedError if the wait was interrupted by a signal  handler (this handler was for a signal other than one of those in set).

IMO we should also retry sigwaitinfo() if it fails with EINTR.
History
Date User Action Args
2015-03-19 14:39:52vstinnersetrecipients: + vstinner, neologix
2015-03-19 14:39:52vstinnersetmessageid: <1426775992.64.0.0760549591616.issue23648@psf.upfronthosting.co.za>
2015-03-19 14:39:52vstinnerlinkissue23648 messages
2015-03-19 14:39:52vstinnercreate