Skip to content

Commit 1639136

Browse files
gh-155496: Use Argument Clinic for more functions of the _thread module
1 parent 7c906a1 commit 1639136

6 files changed

Lines changed: 796 additions & 247 deletions

File tree

Include/internal/pycore_global_objects_fini_generated.h

Lines changed: 2 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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,7 @@ struct _Py_global_strings {
415415
STRUCT_FOR_ID(ctx)
416416
STRUCT_FOR_ID(cwd)
417417
STRUCT_FOR_ID(d_parameter_type)
418+
STRUCT_FOR_ID(daemon)
418419
STRUCT_FOR_ID(data)
419420
STRUCT_FOR_ID(database)
420421
STRUCT_FOR_ID(date)
@@ -513,6 +514,7 @@ struct _Py_global_strings {
513514
STRUCT_FOR_ID(fset)
514515
STRUCT_FOR_ID(fullerror)
515516
STRUCT_FOR_ID(func)
517+
STRUCT_FOR_ID(function)
516518
STRUCT_FOR_ID(future)
517519
STRUCT_FOR_ID(gc)
518520
STRUCT_FOR_ID(generation)

Include/internal/pycore_runtime_init_generated.h

Lines changed: 2 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: 8 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)