- Added special monkeypatching if Apport has overridden
sys.excepthookso it will format exception groups correctly (PR by John Litborn) - Added a backport of
contextlib.suppress()from Python 3.12.1 which also handles suppressing exceptions inside exception groups - Fixed bare
raisein a handler reraising the original naked exception rather than an exception group which is what is raised when you do araisein anexcept*handler