Skip to content

Commit 307afee

Browse files
mpageaisk
authored andcommitted
pythongh-112050: Adapt collections.deque to Argument Clinic (python#113963)
1 parent 3246cec commit 307afee

7 files changed

+685
-152
lines changed

Include/internal/pycore_global_objects_fini_generated.h

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Include/internal/pycore_global_strings.h

+1
Original file line numberDiff line numberDiff line change
@@ -538,6 +538,7 @@ struct _Py_global_strings {
538538
STRUCT_FOR_ID(max_length)
539539
STRUCT_FOR_ID(maxdigits)
540540
STRUCT_FOR_ID(maxevents)
541+
STRUCT_FOR_ID(maxlen)
541542
STRUCT_FOR_ID(maxmem)
542543
STRUCT_FOR_ID(maxsplit)
543544
STRUCT_FOR_ID(maxvalue)

Include/internal/pycore_runtime_init_generated.h

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Include/internal/pycore_unicodeobject_generated.h

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Convert :class:`collections.deque` to use Argument Clinic.

0 commit comments

Comments
 (0)