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 njs, pitrou, vstinner
Date 2018-07-17.11:29:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1531826963.91.0.56676864532.issue34130@psf.upfronthosting.co.za>
In-reply-to
Content
I succeeded to reproduce the issue on Windows, but I also got a failure of test_signal.test_socket() as if the C signal handle has not been called immediately by _testcapi.raise_signal() and so the socket didn't contain the byte of the signal number. It seems quite easy to make test_signal fail on Windows.
History
Date User Action Args
2018-07-17 11:29:23vstinnersetrecipients: + vstinner, pitrou, njs
2018-07-17 11:29:23vstinnersetmessageid: <1531826963.91.0.56676864532.issue34130@psf.upfronthosting.co.za>
2018-07-17 11:29:23vstinnerlinkissue34130 messages
2018-07-17 11:29:23vstinnercreate