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-12-18.22:57:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1545173824.65.0.788709270274.issue31731@psf.upfronthosting.co.za>
In-reply-to
Content
The test can be fixed in Python 2.7 by exposing pthread_sigmask() somehow, or at least pthread_sigmask(SIG_BLOCK, [SIGALARM]), but honestly, I don't think that it's worth it. The test only very rarely hangs, and the bug has already been fixed in Python 3.

I close the issue. I fixed a race condition in test_io of Python 3. (The bot will shortly backport the fix to 3.7).
History
Date User Action Args
2018-12-18 22:57:04vstinnersetrecipients: + vstinner, zach.ware
2018-12-18 22:57:04vstinnersetmessageid: <1545173824.65.0.788709270274.issue31731@psf.upfronthosting.co.za>
2018-12-18 22:57:04vstinnerlinkissue31731 messages
2018-12-18 22:57:04vstinnercreate