Skip to content

Commit 4b78fe9

Browse files
authored
GH-137630: Convert _interpqueues to use Argument Clinic (#137685)
1 parent 101fd33 commit 4b78fe9

File tree

6 files changed

+987
-217
lines changed

6 files changed

+987
-217
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
@@ -424,6 +424,7 @@ struct _Py_global_strings {
424424
STRUCT_FOR_ID(eager_start)
425425
STRUCT_FOR_ID(effective_ids)
426426
STRUCT_FOR_ID(element_factory)
427+
STRUCT_FOR_ID(emptyerror)
427428
STRUCT_FOR_ID(encode)
428429
STRUCT_FOR_ID(encoding)
429430
STRUCT_FOR_ID(end)
@@ -449,6 +450,7 @@ struct _Py_global_strings {
449450
STRUCT_FOR_ID(extra_tokens)
450451
STRUCT_FOR_ID(facility)
451452
STRUCT_FOR_ID(factory)
453+
STRUCT_FOR_ID(fallback)
452454
STRUCT_FOR_ID(false)
453455
STRUCT_FOR_ID(family)
454456
STRUCT_FOR_ID(fanout)
@@ -481,6 +483,7 @@ struct _Py_global_strings {
481483
STRUCT_FOR_ID(fromtimestamp)
482484
STRUCT_FOR_ID(fromutc)
483485
STRUCT_FOR_ID(fset)
486+
STRUCT_FOR_ID(fullerror)
484487
STRUCT_FOR_ID(func)
485488
STRUCT_FOR_ID(future)
486489
STRUCT_FOR_ID(generation)
@@ -593,6 +596,7 @@ struct _Py_global_strings {
593596
STRUCT_FOR_ID(maxevents)
594597
STRUCT_FOR_ID(maxlen)
595598
STRUCT_FOR_ID(maxmem)
599+
STRUCT_FOR_ID(maxsize)
596600
STRUCT_FOR_ID(maxsplit)
597601
STRUCT_FOR_ID(maxvalue)
598602
STRUCT_FOR_ID(memLevel)
@@ -691,7 +695,9 @@ struct _Py_global_strings {
691695
STRUCT_FOR_ID(protocol)
692696
STRUCT_FOR_ID(ps1)
693697
STRUCT_FOR_ID(ps2)
698+
STRUCT_FOR_ID(qid)
694699
STRUCT_FOR_ID(query)
700+
STRUCT_FOR_ID(queuetype)
695701
STRUCT_FOR_ID(quotetabs)
696702
STRUCT_FOR_ID(raw)
697703
STRUCT_FOR_ID(read)
@@ -817,6 +823,7 @@ struct _Py_global_strings {
817823
STRUCT_FOR_ID(tzinfo)
818824
STRUCT_FOR_ID(tzname)
819825
STRUCT_FOR_ID(uid)
826+
STRUCT_FOR_ID(unboundop)
820827
STRUCT_FOR_ID(unlink)
821828
STRUCT_FOR_ID(unraisablehook)
822829
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)