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.23:33:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426808023.67.0.171678176839.issue23648@psf.upfronthosting.co.za>
In-reply-to
Content
unittest_setitimer.patch: hack unittest.TestCase.run() to inject signals every 1 ms, send the first signal in 100 ms. It should help to detect functions which doesn't retry on EINTR.
History
Date User Action Args
2015-03-19 23:33:43vstinnersetrecipients: + vstinner, neologix
2015-03-19 23:33:43vstinnersetmessageid: <1426808023.67.0.171678176839.issue23648@psf.upfronthosting.co.za>
2015-03-19 23:33:43vstinnerlinkissue23648 messages
2015-03-19 23:33:43vstinnercreate