Merge branch 'main' into lazy

This commit is contained in:
T. Wouters 2025-12-07 18:58:30 -05:00 committed by GitHub
commit a0a28c23b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
80 changed files with 5788 additions and 2114 deletions

View file

@ -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)