News

Ctrl-C / KeyboardInterrupt is just a specific example where this happens. In my case, I needed a way to safely shut down the server and the unexpected exception was preventing this from working.
Summary 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.