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.
M
Matěj Cepl committed
608876b6b1eb59538e6c29671a733033fb8b5be7
Parent: b82e17e
Committed by Antoine Pitrou <antoine@python.org>
on 5/23/2019, 8:30:00 PM