]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38644: Pass tstate explicitly in signalmodule.c (GH-19184)
authorVictor Stinner <vstinner@python.org>
Thu, 26 Mar 2020 21:28:11 +0000 (22:28 +0100)
committerGitHub <noreply@github.com>
Thu, 26 Mar 2020 21:28:11 +0000 (22:28 +0100)
commit728189884e0e128c4ffc57b785b04584d57a90c0
tree4060b7e3260bc8ff4fdbec68f8a11d7e70b05f19
parent08faf0016e1ee590c78f64ddb244767c7801866a
bpo-38644: Pass tstate explicitly in signalmodule.c (GH-19184)

PyOS_InterruptOccurred() now checks _Py_ThreadCanHandleSignals()
before checking if SIGINT is tripped.
Include/internal/pycore_pyerrors.h
Modules/signalmodule.c
Python/ceval.c