Skip to content

gh-90623: signal.raise_signal() calls PyErr_CheckSignals() #91756

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 21, 2022
Merged

gh-90623: signal.raise_signal() calls PyErr_CheckSignals() #91756

merged 1 commit into from
Apr 21, 2022

Conversation

vstinner
Copy link
Member

signal.raise_signal() and os.kill() now call PyErr_CheckSignals() to
check immediately for pending signals.

signal.raise_signal() and os.kill() now call PyErr_CheckSignals() to
check immediately for pending signals.
@vstinner
Copy link
Member Author

I don't think that this change is worth to be backported to Python 3.9 and Python 3.10.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants