Skip to content

Commit c450c8c

Browse files
colorfulapplkumaraditya303erlend-aasland
authored
gh-96002: Add functional test for Argument Clinic (#96178)
Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com> Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
1 parent 653e563 commit c450c8c

12 files changed

+3695
-1
lines changed

Include/internal/pycore_global_objects_fini_generated.h

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Include/internal/pycore_global_strings.h

+3
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ struct _Py_global_strings {
287287
STRUCT_FOR_ID(byteorder)
288288
STRUCT_FOR_ID(bytes)
289289
STRUCT_FOR_ID(bytes_per_sep)
290+
STRUCT_FOR_ID(c)
290291
STRUCT_FOR_ID(c_call)
291292
STRUCT_FOR_ID(c_exception)
292293
STRUCT_FOR_ID(c_return)
@@ -336,6 +337,7 @@ struct _Py_global_strings {
336337
STRUCT_FOR_ID(coro)
337338
STRUCT_FOR_ID(count)
338339
STRUCT_FOR_ID(cwd)
340+
STRUCT_FOR_ID(d)
339341
STRUCT_FOR_ID(data)
340342
STRUCT_FOR_ID(database)
341343
STRUCT_FOR_ID(decode)
@@ -363,6 +365,7 @@ struct _Py_global_strings {
363365
STRUCT_FOR_ID(dst)
364366
STRUCT_FOR_ID(dst_dir_fd)
365367
STRUCT_FOR_ID(duration)
368+
STRUCT_FOR_ID(e)
366369
STRUCT_FOR_ID(effective_ids)
367370
STRUCT_FOR_ID(element_factory)
368371
STRUCT_FOR_ID(encode)

Include/internal/pycore_runtime_init_generated.h

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Include/internal/pycore_unicodeobject_generated.h

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)