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…

Reply to this note

Please Login to reply.

Discussion

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