diff options
author | Victor Stinner <vstinner@python.org> | 2023-08-31 13:37:14 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-31 13:37:14 (GMT) |
commit | bd58389cddb0d9f294ba4468ae990014660e23d4 (patch) | |
tree | e2e064c417eeb61e7a2a924582f7314bba0412f4 /Include/internal/pycore_global_strings.h | |
parent | 79823c103b66030f10e07e04a5462f101674a4fc (diff) | |
download | cpython-bd58389cddb0d9f294ba4468ae990014660e23d4.zip cpython-bd58389cddb0d9f294ba4468ae990014660e23d4.tar.gz cpython-bd58389cddb0d9f294ba4468ae990014660e23d4.tar.bz2 |
Run make regen-global-objects (#108714)
Diffstat (limited to 'Include/internal/pycore_global_strings.h')
-rw-r--r-- | Include/internal/pycore_global_strings.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Include/internal/pycore_global_strings.h b/Include/internal/pycore_global_strings.h index 169528d..504008d 100644 --- a/Include/internal/pycore_global_strings.h +++ b/Include/internal/pycore_global_strings.h @@ -276,10 +276,8 @@ struct _Py_global_strings { STRUCT_FOR_ID(after_in_child) STRUCT_FOR_ID(after_in_parent) STRUCT_FOR_ID(aggregate_class) - STRUCT_FOR_ID(alias) STRUCT_FOR_ID(append) STRUCT_FOR_ID(argdefs) - STRUCT_FOR_ID(args) STRUCT_FOR_ID(arguments) STRUCT_FOR_ID(argv) STRUCT_FOR_ID(as_integer_ratio) @@ -403,8 +401,6 @@ struct _Py_global_strings { STRUCT_FOR_ID(errors) STRUCT_FOR_ID(event) STRUCT_FOR_ID(eventmask) - STRUCT_FOR_ID(exc_type) - STRUCT_FOR_ID(exc_value) STRUCT_FOR_ID(excepthook) STRUCT_FOR_ID(exception) STRUCT_FOR_ID(existing_file_name) @@ -720,7 +716,6 @@ struct _Py_global_strings { STRUCT_FOR_ID(timetuple) STRUCT_FOR_ID(top) STRUCT_FOR_ID(trace_callback) - STRUCT_FOR_ID(traceback) STRUCT_FOR_ID(trailers) STRUCT_FOR_ID(translate) STRUCT_FOR_ID(true) |