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, zach.ware
Date 2018-06-05.22:27:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528237663.95.0.592728768989.issue31731@psf.upfronthosting.co.za>
In-reply-to
Content
Sadly, issues with test_io.test_interrupted*() are old. See for example the bpo-23680.

Two years ago,  Martin Panter saw test_io.test_interrupted_write_text() hangs on Python 3.6 and on AMD64 FreeBSD 9.x 3.5:
https://bugs.python.org/issue22331#msg266688
https://bugs.python.org/issue22331#msg266725

Martin proposed a fix using signal.pthread_kill() rather than scheduling a SIGALRM signal in 1 second, but the fix was not merged and I closed the issue since I didn't see the issue recently.
History
Date User Action Args
2018-06-05 22:27:43vstinnersetrecipients: + vstinner, zach.ware
2018-06-05 22:27:43vstinnersetmessageid: <1528237663.95.0.592728768989.issue31731@psf.upfronthosting.co.za>
2018-06-05 22:27:43vstinnerlinkissue31731 messages
2018-06-05 22:27:43vstinnercreate