Skip to content

Commit a9fcd8e

Browse files
committed
add missing native declaration of BaseExceptionGroup
1 parent 9bceb00 commit a9fcd8e

File tree

1 file changed

+1
-0
lines changed
  • graalpython/com.oracle.graal.python.cext/src

1 file changed

+1
-0
lines changed

graalpython/com.oracle.graal.python.cext/src/capi.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,7 @@ EXCEPTION(ArithmeticError) \
408408
EXCEPTION(AssertionError) \
409409
EXCEPTION(AttributeError) \
410410
EXCEPTION(BaseException) \
411+
EXCEPTION(BaseExceptionGroup) \
411412
EXCEPTION(BlockingIOError) \
412413
EXCEPTION(BrokenPipeError) \
413414
EXCEPTION(BufferError) \

0 commit comments

Comments
 (0)