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 kj
Recipients Mark.Shannon, corona10, eric.snow, gvanrossum, kj, vstinner
Date 2022-01-23.13:24:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642944267.82.0.172292094026.issue46465@roundup.psfhosted.org>
In-reply-to
Content
A short summary (thanks to Victor's findings!):

- os.kill(pid, signal.SIGINT) is specialized to CALL_NO_KW_FAST
- CALL_NO_KW_FAST doesn't check eval breaker, so the signal is ignored
- signal handler wasn't called, test fails

I'd like to add tests for some of the other CALL_X in the future, but I'm a little short on time at the moment, sorry! For now, I've tried to turn some of the tests "hot" to see if I can get those to trigger.
History
Date User Action Args
2022-01-23 13:24:27kjsetrecipients: + kj, gvanrossum, vstinner, Mark.Shannon, eric.snow, corona10
2022-01-23 13:24:27kjsetmessageid: <1642944267.82.0.172292094026.issue46465@roundup.psfhosted.org>
2022-01-23 13:24:27kjlinkissue46465 messages
2022-01-23 13:24:27kjcreate