Path to this page:
Subject: CVS commit: pkgsrc/devel/py-exceptiongroup
From: Adam Ciarcinski
Date: 2023-08-22 22:43:45
Message id: 20230822204345.2E45EFBDB@cvs.NetBSD.org
Log Message:
py-exceptiongroup: updated to 1.1.3
1.1.3
catch() now raises a TypeError if passed an async exception handler instead of \
just giving a RuntimeWarning about the coroutine never being awaited.
Fixed plain raise statement in an exception handler callback to work like a \
raise in an except* block
Fixed new exception group not being chained to the original exception when \
raising an exception group from exceptions raised in handler callbacks
Fixed type annotations of the derive(), subgroup() and split() methods to match \
the ones in typeshed
Files: