Skip to content

Commit 1b7845e

Browse files
committed
gh-73487: Convert _decimal to use Argument Clinic (part 2)
1 parent 70730ad commit 1b7845e

File tree

7 files changed

+3815
-735
lines changed

7 files changed

+3815
-735
lines changed

Include/internal/pycore_global_objects_fini_generated.h

Lines changed: 10 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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ struct _Py_global_strings {
5757

5858
struct {
5959
STRUCT_FOR_ID(CANCELLED)
60+
STRUCT_FOR_ID(Emax)
61+
STRUCT_FOR_ID(Emin)
6062
STRUCT_FOR_ID(FINISHED)
6163
STRUCT_FOR_ID(False)
6264
STRUCT_FOR_ID(JSONDecodeError)
@@ -337,10 +339,12 @@ struct _Py_global_strings {
337339
STRUCT_FOR_ID(callback)
338340
STRUCT_FOR_ID(cancel)
339341
STRUCT_FOR_ID(capath)
342+
STRUCT_FOR_ID(capitals)
340343
STRUCT_FOR_ID(category)
341344
STRUCT_FOR_ID(cb_type)
342345
STRUCT_FOR_ID(certfile)
343346
STRUCT_FOR_ID(check_same_thread)
347+
STRUCT_FOR_ID(clamp)
344348
STRUCT_FOR_ID(clear)
345349
STRUCT_FOR_ID(close)
346350
STRUCT_FOR_ID(closed)
@@ -380,6 +384,7 @@ struct _Py_global_strings {
380384
STRUCT_FOR_ID(coro)
381385
STRUCT_FOR_ID(count)
382386
STRUCT_FOR_ID(covariant)
387+
STRUCT_FOR_ID(ctx)
383388
STRUCT_FOR_ID(cwd)
384389
STRUCT_FOR_ID(d_parameter_type)
385390
STRUCT_FOR_ID(data)
@@ -461,6 +466,7 @@ struct _Py_global_strings {
461466
STRUCT_FOR_ID(fix_imports)
462467
STRUCT_FOR_ID(flags)
463468
STRUCT_FOR_ID(flush)
469+
STRUCT_FOR_ID(fmtarg)
464470
STRUCT_FOR_ID(fold)
465471
STRUCT_FOR_ID(follow_symlinks)
466472
STRUCT_FOR_ID(format)
@@ -650,6 +656,7 @@ struct _Py_global_strings {
650656
STRUCT_FOR_ID(outgoing)
651657
STRUCT_FOR_ID(outpath)
652658
STRUCT_FOR_ID(overlapped)
659+
STRUCT_FOR_ID(override)
653660
STRUCT_FOR_ID(owner)
654661
STRUCT_FOR_ID(pages)
655662
STRUCT_FOR_ID(parameter)
@@ -668,6 +675,7 @@ struct _Py_global_strings {
668675
STRUCT_FOR_ID(pos1)
669676
STRUCT_FOR_ID(pos2)
670677
STRUCT_FOR_ID(posix)
678+
STRUCT_FOR_ID(prec)
671679
STRUCT_FOR_ID(preserve_exc)
672680
STRUCT_FOR_ID(print_file_and_line)
673681
STRUCT_FOR_ID(priority)
@@ -774,6 +782,7 @@ struct _Py_global_strings {
774782
STRUCT_FOR_ID(template)
775783
STRUCT_FOR_ID(term)
776784
STRUCT_FOR_ID(text)
785+
STRUCT_FOR_ID(third)
777786
STRUCT_FOR_ID(threading)
778787
STRUCT_FOR_ID(throw)
779788
STRUCT_FOR_ID(time)
@@ -788,6 +797,7 @@ struct _Py_global_strings {
788797
STRUCT_FOR_ID(traceback)
789798
STRUCT_FOR_ID(trailers)
790799
STRUCT_FOR_ID(translate)
800+
STRUCT_FOR_ID(traps)
791801
STRUCT_FOR_ID(true)
792802
STRUCT_FOR_ID(truncate)
793803
STRUCT_FOR_ID(twice)

Include/internal/pycore_runtime_init_generated.h

Lines changed: 10 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: 40 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)