During an interactive session where I am variously running computations and plotting things, when I try to keyboard interrupt a running computation, Python apparently gets interrupted instead; for ...
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 ...