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
|
@ -189,6 +189,7 @@ var,PyExc_ArithmeticError,3.2,
|
|||
var,PyExc_AssertionError,3.2,
|
||||
var,PyExc_AttributeError,3.2,
|
||||
var,PyExc_BaseException,3.2,
|
||||
var,PyExc_BaseExceptionGroup,3.11,
|
||||
var,PyExc_BlockingIOError,3.7,
|
||||
var,PyExc_BrokenPipeError,3.7,
|
||||
var,PyExc_BufferError,3.2,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue