Keyboard interrupts have no immediate effect in C++ code called from python

Issue #992 new
Florian Sonner created an issue

Pressing Ctrl+C while the Python interpreter is executing C++ code should interrupt the program immediately. At the moment the signal is only received and the program interrupted once the C++ code is finished and control is returned to Python. A possible fix is in pull request #449.

Comments (0)

  1. Log in to comment