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 Mark.Shannon, corona10, eric.snow, gvanrossum, kj, vstinner
Date 2022-01-23.13:46:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642945573.38.0.693481602175.issue46465@roundup.psfhosted.org>
In-reply-to
Content
> Is this a bug?

In Python 3.10, the code works. In Python 3.11, it fails.

It's a behavior change. IMO this change is unwanted. I expect that signals are handled "as soon as possible", *especially* if we receive it "during" an os.kill() call on the current process on purpose.
History
Date User Action Args
2022-01-23 13:46:13vstinnersetrecipients: + vstinner, gvanrossum, Mark.Shannon, eric.snow, corona10, kj
2022-01-23 13:46:13vstinnersetmessageid: <1642945573.38.0.693481602175.issue46465@roundup.psfhosted.org>
2022-01-23 13:46:13vstinnerlinkissue46465 messages
2022-01-23 13:46:13vstinnercreate