10000 Run regen-all. · python/cpython@9b6b649 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9b6b649

Browse files
committed
Run regen-all.
1 parent bfad36a commit 9b6b649

File tree

4 files changed

+42
-0
lines changed

4 files changed

+42
-0
lines changed

Include/internal/pycore_global_objects_fini_generated.h

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Include/internal/pycore_global_strings.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,9 +276,11 @@ struct _Py_global_strings {
276276
STRUCT_FOR_ID(after_in_child)
277277
STRUCT_FOR_ID(after_in_parent)
278278
STRUCT_FOR_ID(aggregate_class)
279+
STRUCT_FOR_ID(alias)
279280
STRUCT_FOR_ID(allow_code)
280281
STRUCT_FOR_ID(append)
281282
STRUCT_FOR_ID(argdefs)
283+
STRUCT_FOR_ID(args)
282284
STRUCT_FOR_ID(arguments)
283285
STRUCT_FOR_ID(argv)
284286
STRUCT_FOR_ID(as_integer_ratio)
@@ -402,6 +404,8 @@ struct _Py_global_strings {
402404
STRUCT_FOR_ID(errors)
403405
STRUCT_FOR_ID(event)
404406
STRUCT_FOR_ID(eventmask)
407+
STRUCT_FOR_ID(exc_type)
408+
STRUCT_FOR_ID(exc_value)
405409
STRUCT_FOR_ID(excepthook)
406410
STRUCT_FOR_ID(exception)
407411
STRUCT_FOR_ID(existing_file_name)
@@ -424,6 +428,7 @@ struct _Py_global_strings {
424428
STRUCT_FOR_ID(fileno)
425429
STRUCT_FOR_ID(filepath)
426430
STRUCT_FOR_ID(fillvalue)
431+
STRUCT_FOR_ID(filter)
427432
STRUCT_FOR_ID(filters)
428433
STRUCT_FOR_ID(final)
429434
STRUCT_FOR_ID(find_class)
@@ -655,6 +660,7 @@ struct _Py_global_strings {
655660
STRUCT_FOR_ID(seek)
656661
STRUCT_FOR_ID(seekable)
657662
STRUCT_FOR_ID(selectors)
663+
STRUCT_FOR_ID(self)
658664
STRUCT_FOR_ID(send)
659665
STRUCT_FOR_ID(sep)
660666
STRUCT_FOR_ID(sequence)
@@ -717,6 +723,7 @@ struct _Py_global_strings {
717723
STRUCT_FOR_ID(timetuple)
718724
STRUCT_FOR_ID(top)
719725
STRUCT_FOR_ID(trace_callback)
726+
STRUCT_FOR_ID(traceback)
720727
STRUCT_FOR_ID(trailers)
721728
STRUCT_FOR_ID(translate)
722729
STRUCT_FOR_ID(true)

Include/internal/pycore_runtime_init_generated.h

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Include/internal/pycore_unicodeobject_generated.h

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
0