mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
[3.14] Docs: Update PyExc_* tables in the c-api documentation (GH-131640) (GH-135220)
Docs: Update `PyExc_*` tables in the c-api documentation (GH-131640)
Add `PyExc_BaseExceptionGroup` and `PyExc_EncodingWarning`
(cherry picked from commit f00512db20)
Co-authored-by: Yuki Kobayashi <drsuaimqjgar@gmail.com>
This commit is contained in:
parent
dd4a819a82
commit
88b5784fc0
2 changed files with 14 additions and 0 deletions
|
|
@ -234,6 +234,7 @@
|
|||
('c:data', 'PyExc_AssertionError'),
|
||||
('c:data', 'PyExc_AttributeError'),
|
||||
('c:data', 'PyExc_BaseException'),
|
||||
('c:data', 'PyExc_BaseExceptionGroup'),
|
||||
('c:data', 'PyExc_BlockingIOError'),
|
||||
('c:data', 'PyExc_BrokenPipeError'),
|
||||
('c:data', 'PyExc_BufferError'),
|
||||
|
|
@ -287,6 +288,7 @@
|
|||
# C API: Standard Python warning classes
|
||||
('c:data', 'PyExc_BytesWarning'),
|
||||
('c:data', 'PyExc_DeprecationWarning'),
|
||||
('c:data', 'PyExc_EncodingWarning'),
|
||||
('c:data', 'PyExc_FutureWarning'),
|
||||
('c:data', 'PyExc_ImportWarning'),
|
||||
('c:data', 'PyExc_PendingDeprecationWarning'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue