Skip to content

Commit ccb1f2a

Browse files
committed
gh-137725: Convert faulthandler to Argument Clinic
1 parent b78e9c0 commit ccb1f2a

6 files changed

Lines changed: 920 additions & 142 deletions

File tree

Include/internal/pycore_global_objects_fini_generated.h

Lines changed: 4 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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@ struct _Py_global_strings {
340340
STRUCT_FOR_ID(category)
341341
STRUCT_FOR_ID(cb_type)
342342
STRUCT_FOR_ID(certfile)
343+
STRUCT_FOR_ID(chain)
343344
STRUCT_FOR_ID(check_same_thread)
344345
STRUCT_FOR_ID(clear)
345346
STRUCT_FOR_ID(close)
@@ -434,6 +435,7 @@ struct _Py_global_strings {
434435
STRUCT_FOR_ID(excepthook)
435436
STRUCT_FOR_ID(exception)
436437
STRUCT_FOR_ID(existing_file_name)
438+
STRUCT_FOR_ID(exit)
437439
STRUCT_FOR_ID(exp)
438440
STRUCT_FOR_ID(expression)
439441
STRUCT_FOR_ID(extend)
@@ -694,6 +696,7 @@ struct _Py_global_strings {
694696
STRUCT_FOR_ID(rel_tol)
695697
STRUCT_FOR_ID(release)
696698
STRUCT_FOR_ID(reload)
699+
STRUCT_FOR_ID(repeat)
697700
STRUCT_FOR_ID(repl)
698701
STRUCT_FOR_ID(replace)
699702
STRUCT_FOR_ID(reqrefs)
@@ -732,6 +735,7 @@ struct _Py_global_strings {
732735
STRUCT_FOR_ID(shared)
733736
STRUCT_FOR_ID(show_cmd)
734737
STRUCT_FOR_ID(signed)
738+
STRUCT_FOR_ID(signum)
735739
STRUCT_FOR_ID(size)
736740
STRUCT_FOR_ID(sizehint)
737741
STRUCT_FOR_ID(skip_file_prefixes)

Include/internal/pycore_runtime_init_generated.h

Lines changed: 4 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: 16 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)