Skip to content

Commit 4394954

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

File tree

7 files changed

+3903
-718
lines changed

7 files changed

+3903
-718
lines changed

Include/internal/pycore_global_objects_fini_generated.h

Lines changed: 11 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: 11 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)
@@ -586,6 +592,7 @@ struct _Py_global_strings {
586592
STRUCT_FOR_ID(maxvalue)
587593
STRUCT_FOR_ID(memLevel)
588594
STRUCT_FOR_ID(memlimit)
595+
STRUCT_FOR_ID(memo)
589596
STRUCT_FOR_ID(message)
590597
STRUCT_FOR_ID(metaclass)
591598
STRUCT_FOR_ID(metadata)
@@ -650,6 +657,7 @@ struct _Py_global_strings {
650657
STRUCT_FOR_ID(outgoing)
651658
STRUCT_FOR_ID(outpath)
652659
STRUCT_FOR_ID(overlapped)
660+
STRUCT_FOR_ID(override)
653661
STRUCT_FOR_ID(owner)
654662
STRUCT_FOR_ID(pages)
655663
STRUCT_FOR_ID(parameter)
@@ -668,6 +676,7 @@ struct _Py_global_strings {
668676
STRUCT_FOR_ID(pos1)
669677
STRUCT_FOR_ID(pos2)
670678
STRUCT_FOR_ID(posix)
679+
STRUCT_FOR_ID(prec)
671680
STRUCT_FOR_ID(preserve_exc)
672681
STRUCT_FOR_ID(print_file_and_line)
673682
STRUCT_FOR_ID(priority)
@@ -774,6 +783,7 @@ struct _Py_global_strings {
774783
STRUCT_FOR_ID(template)
775784
STRUCT_FOR_ID(term)
776785
STRUCT_FOR_ID(text)
786+
STRUCT_FOR_ID(third)
777787
STRUCT_FOR_ID(threading)
778788
STRUCT_FOR_ID(throw)
779789
STRUCT_FOR_ID(time)
@@ -788,6 +798,7 @@ struct _Py_global_strings {
788798
STRUCT_FOR_ID(traceback)
789799
STRUCT_FOR_ID(trailers)
790800
STRUCT_FOR_ID(translate)
801+
STRUCT_FOR_ID(traps)
791802
STRUCT_FOR_ID(true)
792803
STRUCT_FOR_ID(truncate)
793804
STRUCT_FOR_ID(twice)

Include/internal/pycore_runtime_init_generated.h

Lines changed: 11 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: 44 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)