diff options
author | Victor Stinner <vstinner@python.org> | 2020-06-01 20:34:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-01 20:34:15 +0200 |
commit | cbe129692293251e7fbcea9ff0d822824d90c140 (patch) | |
tree | 36bb8545bcfc649f995812f89e65a9be3ebe9a95 /Python/pythonrun.c | |
parent | 39de8e4b6f139f8d8284732bd7bb6e5ccced29fa (diff) | |
download | cpython-git-cbe129692293251e7fbcea9ff0d822824d90c140.tar.gz |
bpo-40826: PyOS_InterruptOccurred() requires GIL (GH-20578)
PyOS_InterruptOccurred() now fails with a fatal error if it is called
with the GIL released.
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions