commit | cbe129692293251e7fbcea9ff0d822824d90c140 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Mon Jun 01 20:34:15 2020 +0200 |
committer | GitHub <noreply@github.com> | Mon Jun 01 20:34:15 2020 +0200 |
tree | 36bb8545bcfc649f995812f89e65a9be3ebe9a95 | |
parent | 39de8e4b6f139f8d8284732bd7bb6e5ccced29fa [diff] |
bpo-40826: PyOS_InterruptOccurred() requires GIL (GH-20578) PyOS_InterruptOccurred() now fails with a fatal error if it is called with the GIL released.