Control: forwarded -1 https://bugs.python.org/issue46759
On Tue, Feb 15, 2022 at 10:31:29AM +0000, Matthew Vernon wrote: > sys.excepthook is called to handle any uncaught exception, other than > SystemExit. > > This behaviour is described correctly in help(sys). > > help(sys.excepthook) and the web documentation[0] both lack the IMO > important fact that python doesn't call excepthook for SystemExit. It > would be nice if they did :) I've forwarded this upstream as https://bugs.python.org/issue46759. -- Colin Watson (he/him) [[email protected]]

