diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2019-05-23 22:30:00 +0200 |
---|---|---|
committer | Antoine Pitrou <antoine@python.org> | 2019-05-23 22:30:00 +0200 |
commit | 608876b6b1eb59538e6c29671a733033fb8b5be7 (patch) | |
tree | 4d7501f1f43b222329912a33a60518ada47dbf81 /Python/pylifecycle.c | |
parent | b82e17e626f7b1cd98aada0b1ebb65cb9f8fb184 (diff) | |
download | cpython-git-608876b6b1eb59538e6c29671a733033fb8b5be7.tar.gz |
bpo-23395: Fix PyErr_SetInterrupt if the SIGINT signal is ignored or not handled (GH-7778)
``_thread.interrupt_main()`` now avoids setting the Python error status if the ``SIGINT`` signal is ignored or not handled by Python.
Diffstat (limited to 'Python/pylifecycle.c')
0 files changed, 0 insertions, 0 deletions