mirror of
https://github.com/python/cpython.git
synced 2025-08-27 04:05:34 +00:00
gh-119180: PEP 649 compiler changes (#119361)
This commit is contained in:
parent
02c1dfff07
commit
9b8611eeea
28 changed files with 610 additions and 329 deletions
|
@ -57,6 +57,7 @@ extern "C" {
|
|||
#define MAKE_FUNCTION_KWDEFAULTS 0x02
|
||||
#define MAKE_FUNCTION_ANNOTATIONS 0x04
|
||||
#define MAKE_FUNCTION_CLOSURE 0x08
|
||||
#define MAKE_FUNCTION_ANNOTATE 0x10
|
||||
|
||||
/* Values used as the oparg for LOAD_COMMON_CONSTANT */
|
||||
#define CONSTANT_ASSERTIONERROR 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue