]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40826: PyOS_InterruptOccurred() requires GIL (GH-20578)
authorVictor Stinner <vstinner@python.org>
Mon, 1 Jun 2020 18:34:15 +0000 (20:34 +0200)
committerGitHub <noreply@github.com>
Mon, 1 Jun 2020 18:34:15 +0000 (20:34 +0200)
commitcbe129692293251e7fbcea9ff0d822824d90c140
tree36bb8545bcfc649f995812f89e65a9be3ebe9a95
parent39de8e4b6f139f8d8284732bd7bb6e5ccced29fa
bpo-40826: PyOS_InterruptOccurred() requires GIL (GH-20578)

PyOS_InterruptOccurred() now fails with a fatal error if it is called
with the GIL released.
Misc/NEWS.d/next/C API/2020-06-01-16-12-37.bpo-40826.zQzFoK.rst [new file with mode: 0644]
Modules/signalmodule.c