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 sobolevn
Recipients sobolevn, vstinner, xtreak
Date 2022-02-11.07:46:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1644565568.57.0.812146532048.issue46709@roundup.psfhosted.org>
In-reply-to
Content
I think this might be a side effect of https://docs.python.org/3/library/signal.html#execution-of-python-signal-handlers

> A Python signal handler does not get executed inside the low-level (C) signal handler. Instead, the low-level signal handler sets a flag which tells the virtual machine to execute the corresponding Python signal handler at a later point(for example at the next bytecode instruction). This has consequences
History
Date User Action Args
2022-02-11 07:46:08sobolevnsetrecipients: + sobolevn, vstinner, xtreak
2022-02-11 07:46:08sobolevnsetmessageid: <1644565568.57.0.812146532048.issue46709@roundup.psfhosted.org>
2022-02-11 07:46:08sobolevnlinkissue46709 messages
2022-02-11 07:46:08sobolevncreate