mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
gh-89770: Implement PEP-678 - Exception notes (GH-31317)
This commit is contained in:
parent
7fa3a5a219
commit
d4c4a76ed1
12 changed files with 383 additions and 144 deletions
|
@ -778,7 +778,7 @@ extern "C" {
|
|||
INIT_ID(__newobj__), \
|
||||
INIT_ID(__newobj_ex__), \
|
||||
INIT_ID(__next__), \
|
||||
INIT_ID(__note__), \
|
||||
INIT_ID(__notes__), \
|
||||
INIT_ID(__or__), \
|
||||
INIT_ID(__orig_class__), \
|
||||
INIT_ID(__origin__), \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue