Actual Behavior: A KeyboardInterrupt is outputted before the selection or line continues executing in the Python Terminal. Additional Information: The issue occurs consistently when running a ...
When the python application making use of app.run() gets interrupted using CTRL-C (or OS equivalent), it raises an exception, even though it is supposed to be handled in codebase.