Skip to content

Commit 83387e0

Browse files
skirpichevserhiy-storchakaAA-Turner
authored
gh-73487: Convert _decimal to use Argument Clinic (part 2) (#137637)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
1 parent 1c3950a commit 83387e0

File tree

7 files changed

+518
-120
lines changed

7 files changed

+518
-120
lines changed

Include/internal/pycore_global_objects_fini_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.

Include/internal/pycore_global_strings.h

Lines changed: 8 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)
@@ -339,11 +341,13 @@ struct _Py_global_strings {
339341
STRUCT_FOR_ID(callback)
340342
STRUCT_FOR_ID(cancel)
341343
STRUCT_FOR_ID(capath)
344+
STRUCT_FOR_ID(capitals)
342345
STRUCT_FOR_ID(category)
343346
STRUCT_FOR_ID(cb_type)
344347
STRUCT_FOR_ID(certfile)
345348
STRUCT_FOR_ID(chain)
346349
STRUCT_FOR_ID(check_same_thread)
350+
STRUCT_FOR_ID(clamp)
347351
STRUCT_FOR_ID(clear)
348352
STRUCT_FOR_ID(close)
349353
STRUCT_FOR_ID(closed)
@@ -383,6 +387,7 @@ struct _Py_global_strings {
383387
STRUCT_FOR_ID(coro)
384388
STRUCT_FOR_ID(count)
385389
STRUCT_FOR_ID(covariant)
390+
STRUCT_FOR_ID(ctx)
386391
STRUCT_FOR_ID(cwd)
387392
STRUCT_FOR_ID(d_parameter_type)
388393
STRUCT_FOR_ID(data)
@@ -604,6 +609,7 @@ struct _Py_global_strings {
604609
STRUCT_FOR_ID(module)
605610
STRUCT_FOR_ID(module_globals)
606611
STRUCT_FOR_ID(modules)
612+
STRUCT_FOR_ID(modulo)
607613
STRUCT_FOR_ID(month)
608614
STRUCT_FOR_ID(mro)
609615
STRUCT_FOR_ID(msg)
@@ -672,6 +678,7 @@ struct _Py_global_strings {
672678
STRUCT_FOR_ID(pos1)
673679
STRUCT_FOR_ID(pos2)
674680
STRUCT_FOR_ID(posix)
681+
STRUCT_FOR_ID(prec)
675682
STRUCT_FOR_ID(preserve_exc)
676683
STRUCT_FOR_ID(print_file_and_line)
677684
STRUCT_FOR_ID(priority)
@@ -794,6 +801,7 @@ struct _Py_global_strings {
794801
STRUCT_FOR_ID(traceback)
795802
STRUCT_FOR_ID(trailers)
796803
STRUCT_FOR_ID(translate)
804+
STRUCT_FOR_ID(traps)
797805
STRUCT_FOR_ID(true)
798806
STRUCT_FOR_ID(truncate)
799807
STRUCT_FOR_ID(twice)

Include/internal/pycore_runtime_init_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.

Include/internal/pycore_unicodeobject_generated.h

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