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-18.09:23:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426670587.12.0.00982047718453.issue23648@psf.upfronthosting.co.za>
In-reply-to
Content
test_eintr.py: program to check if a Python function can fail with InterruptedError. Modify func() to test a function. (The program checks select.select(), currently it fails with InterruptedError.)
History
Date User Action Args
2015-03-18 09:23:07vstinnersetrecipients: + vstinner, neologix
2015-03-18 09:23:07vstinnersetmessageid: <1426670587.12.0.00982047718453.issue23648@psf.upfronthosting.co.za>
2015-03-18 09:23:07vstinnerlinkissue23648 messages
2015-03-18 09:23:07vstinnercreate