News

Originally reported by @Tyriar : microsoft/vscode#115085 This might just be how it works, but it's a bit weird that it says KeyboardInterrupt here instead of what I expect actually happened (infini ...
Tell us about the bug 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 codeb ...