]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-90623: signal.raise_signal() calls PyErr_CheckSignals() (#91756)
authorVictor Stinner <vstinner@python.org>
Thu, 21 Apr 2022 01:14:57 +0000 (03:14 +0200)
committerGitHub <noreply@github.com>
Thu, 21 Apr 2022 01:14:57 +0000 (03:14 +0200)
commit031f1e6040d1bb0454bd6da417fd9e38aad4fc89
treeccca4d8d9d29e30c7d40dac590974356df7f2d7a
parentc77953b23e4b864129edf7983eaa6a0d22414ec6
gh-90623: signal.raise_signal() calls PyErr_CheckSignals() (#91756)

signal.raise_signal() and os.kill() now call PyErr_CheckSignals() to
check immediately for pending signals.
Misc/NEWS.d/next/Library/2022-04-20-18-47-27.gh-issue-90623.5fROpX.rst [new file with mode: 0644]
Modules/posixmodule.c
Modules/signalmodule.c