Skip to content

Commit ef99890

Browse files
committed
Convert _interpchannels to use Argument Clinic
1 parent ac5c5d4 commit ef99890

File tree

6 files changed

+1318
-314
lines changed

6 files changed

+1318
-314
lines changed

Include/internal/pycore_global_objects_fini_generated.h

Lines changed: 3 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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,7 @@ struct _Py_global_strings {
347347
STRUCT_FOR_ID(certfile)
348348
STRUCT_FOR_ID(chain)
349349
STRUCT_FOR_ID(check_same_thread)
350+
STRUCT_FOR_ID(cid)
350351
STRUCT_FOR_ID(clamp)
351352
STRUCT_FOR_ID(clear)
352353
STRUCT_FOR_ID(close)
@@ -474,6 +475,7 @@ struct _Py_global_strings {
474475
STRUCT_FOR_ID(flush)
475476
STRUCT_FOR_ID(fold)
476477
STRUCT_FOR_ID(follow_symlinks)
478+
STRUCT_FOR_ID(force)
477479
STRUCT_FOR_ID(format)
478480
STRUCT_FOR_ID(format_spec)
479481
STRUCT_FOR_ID(frame_buffer)
@@ -709,6 +711,7 @@ struct _Py_global_strings {
709711
STRUCT_FOR_ID(readline)
710712
STRUCT_FOR_ID(readonly)
711713
STRUCT_FOR_ID(real)
714+
STRUCT_FOR_ID(recv)
712715
STRUCT_FOR_ID(reducer_override)
713716
STRUCT_FOR_ID(registry)
714717
STRUCT_FOR_ID(rel_tol)

Include/internal/pycore_runtime_init_generated.h

Lines changed: 3 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: 12 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)