79831000

Date: 2025-11-26 17:39:33
Score: 3.5
Natty:
Report link

try

...

except KeyboardInterrupt:

Works in my actual 2025 pycharm on windows 10 without any changes in config or even registry.

Program flow continues after try-except block but program run does not really complete - no return. After hitting stop button again python completes with exit code (-1). How to get (0)?

Reasons:
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Clemens