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 alanwilter, georg.brandl, iritkatriel, jdemeyer, martin.panter, neologix, nirai, pitrou, ronaldoussoren, vstinner
Date 2021-12-11.00:30:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1639182623.75.0.445380350686.issue9504@roundup.psfhosted.org>
In-reply-to
Content
https://www.python.org/dev/peps/pep-0475/ changed deeply how Python handles signals. Python now tries to restart syscalls interrupted by signals (EINTR). A Python function only raises an exception if the Python signal handler raises an exception.
History
Date User Action Args
2021-12-11 00:30:23vstinnersetrecipients: + vstinner, georg.brandl, ronaldoussoren, pitrou, nirai, neologix, alanwilter, martin.panter, jdemeyer, iritkatriel
2021-12-11 00:30:23vstinnersetmessageid: <1639182623.75.0.445380350686.issue9504@roundup.psfhosted.org>
2021-12-11 00:30:23vstinnerlinkissue9504 messages
2021-12-11 00:30:23vstinnercreate