mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
gh-87092: expose the compiler's codegen to python for unit tests (GH-99111)
This commit is contained in:
parent
06d4e02c3b
commit
a3ac9232f8
11 changed files with 323 additions and 99 deletions
|
|
@ -267,6 +267,7 @@ struct _Py_global_strings {
|
|||
STRUCT_FOR_ID(arguments)
|
||||
STRUCT_FOR_ID(argv)
|
||||
STRUCT_FOR_ID(as_integer_ratio)
|
||||
STRUCT_FOR_ID(ast)
|
||||
STRUCT_FOR_ID(attribute)
|
||||
STRUCT_FOR_ID(authorizer_callback)
|
||||
STRUCT_FOR_ID(autocommit)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue