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 vstinner
Date 2015-03-20.01:13:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426814009.06.0.724045685729.issue23715@psf.upfronthosting.co.za>
In-reply-to
Content
Attached patch changes signal.sigtimedwait() to retry if sigtimedwait() failed with EINTR and the signal handler didn't raise an exception.
History
Date User Action Args
2015-03-20 01:13:29vstinnersetrecipients: + vstinner
2015-03-20 01:13:29vstinnersetmessageid: <1426814009.06.0.724045685729.issue23715@psf.upfronthosting.co.za>
2015-03-20 01:13:29vstinnerlinkissue23715 messages
2015-03-20 01:13:28vstinnercreate