Skip to content

1.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Nov 08:42
· 24 commits to main since this release
  • Added special monkeypatching if Apport has overridden sys.excepthook so 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 raise in a handler reraising the original naked exception rather than an exception group which is what is raised when you do a raise in an except* handler