mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
bpo-45292: [PEP 654] add the ExceptionGroup and BaseExceptionGroup classes (GH-28569)
This commit is contained in:
parent
4bc5473a42
commit
f30ad65dbf
16 changed files with 1366 additions and 4 deletions
|
@ -754,6 +754,7 @@ EXPORT_DATA(PyExc_ArithmeticError)
|
|||
EXPORT_DATA(PyExc_AssertionError)
|
||||
EXPORT_DATA(PyExc_AttributeError)
|
||||
EXPORT_DATA(PyExc_BaseException)
|
||||
EXPORT_DATA(PyExc_BaseExceptionGroup)
|
||||
EXPORT_DATA(PyExc_BlockingIOError)
|
||||
EXPORT_DATA(PyExc_BrokenPipeError)
|
||||
EXPORT_DATA(PyExc_BufferError)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue