Skip to content

Commit 000e659

Browse files
committed
make regen-all
1 parent b426a9e commit 000e659

File tree

4 files changed

+49
-0
lines changed

4 files changed

+49
-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
@@ -416,6 +416,7 @@ struct _Py_global_strings {
416416
STRUCT_FOR_ID(eager_start)
417417
STRUCT_FOR_ID(effective_ids)
418418
STRUCT_FOR_ID(element_factory)
419+
STRUCT_FOR_ID(emptyerror)
419420
STRUCT_FOR_ID(encode)
420421
STRUCT_FOR_ID(encoding)
421422
STRUCT_FOR_ID(end)
@@ -440,6 +441,7 @@ struct _Py_global_strings {
440441
STRUCT_FOR_ID(extra_tokens)
441442
STRUCT_FOR_ID(facility)
442443
STRUCT_FOR_ID(factory)
444+
STRUCT_FOR_ID(fallback)
443445
STRUCT_FOR_ID(false)
444446
STRUCT_FOR_ID(family)
445447
STRUCT_FOR_ID(fanout)
@@ -471,6 +473,7 @@ struct _Py_global_strings {
471473
STRUCT_FOR_ID(fromtimestamp)
472474
STRUCT_FOR_ID(fromutc)
473475
STRUCT_FOR_ID(fset)
476+
STRUCT_FOR_ID(fullerror)
474477
STRUCT_FOR_ID(func)
475478
STRUCT_FOR_ID(future)
476479
STRUCT_FOR_ID(generation)
@@ -582,6 +585,7 @@ struct _Py_global_strings {
582585
STRUCT_FOR_ID(maxevents)
583586
STRUCT_FOR_ID(maxlen)
584587
STRUCT_FOR_ID(maxmem)
588+
STRUCT_FOR_ID(maxsize)
585589
STRUCT_FOR_ID(maxsplit)
586590
STRUCT_FOR_ID(maxvalue)
587591
STRUCT_FOR_ID(memLevel)
@@ -676,7 +680,9 @@ struct _Py_global_strings {
676680
STRUCT_FOR_ID(protocol)
677681
STRUCT_FOR_ID(ps1)
678682
STRUCT_FOR_ID(ps2)
683+
STRUCT_FOR_ID(qid)
679684
STRUCT_FOR_ID(query)
685+
STRUCT_FOR_ID(queuetype)
680686
STRUCT_FOR_ID(quotetabs)
681687
STRUCT_FOR_ID(raw)
682688
STRUCT_FOR_ID(read)
@@ -796,6 +802,7 @@ struct _Py_global_strings {
796802
STRUCT_FOR_ID(tzinfo)
797803
STRUCT_FOR_ID(tzname)
798804
STRUCT_FOR_ID(uid)
805+
STRUCT_FOR_ID(unboundop)
799806
STRUCT_FOR_ID(unlink)
800807
STRUCT_FOR_ID(unraisablehook)
801808
STRUCT_FOR_ID(updates)

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: 28 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)