When run python using uv and press Ctrl+c the KeyboardInterrupt kept on executing until press Esc key. This is only exhibited when running python using uv. When python is run from normal distribution ...
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.