mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
Merge branch 'main' into lazy
This commit is contained in:
commit
a0a28c23b4
80 changed files with 5788 additions and 2114 deletions
|
|
@ -334,6 +334,7 @@ struct _Py_global_strings {
|
|||
STRUCT_FOR_ID(c_parameter_type)
|
||||
STRUCT_FOR_ID(c_return)
|
||||
STRUCT_FOR_ID(c_stack)
|
||||
STRUCT_FOR_ID(cache_frames)
|
||||
STRUCT_FOR_ID(cached_datetime_module)
|
||||
STRUCT_FOR_ID(cached_statements)
|
||||
STRUCT_FOR_ID(cadata)
|
||||
|
|
@ -778,6 +779,7 @@ struct _Py_global_strings {
|
|||
STRUCT_FOR_ID(stacklevel)
|
||||
STRUCT_FOR_ID(start)
|
||||
STRUCT_FOR_ID(statement)
|
||||
STRUCT_FOR_ID(stats)
|
||||
STRUCT_FOR_ID(status)
|
||||
STRUCT_FOR_ID(stderr)
|
||||
STRUCT_FOR_ID(stdin)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue