github agronholm/exceptiongroup 1.2.0

latest releases: 1.2.2, 1.2.1
10 months ago
  • 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

Don't miss a new exceptiongroup release

NewReleases is sending notifications on new releases.