Suddenly ctrl+c doesn’t stop my python script.
Just a few minutes ago that would kill it, but now it does nothing. I didn’t make any changes to the code either. Really strange…
Suddenly ctrl+c doesn’t stop my python script.
Just a few minutes ago that would kill it, but now it does nothing. I didn’t make any changes to the code either. Really strange…
Depends on whether/how the code that is running at the time handles the KeyboardInterrupt exception
https://docs.python.org/3/library/exceptions.html#KeyboardInterrupt