8000 gh-112050: Adapt collections.deque to Argument Clinic (#113963) · python/cpython@c87233f · GitHub
[go: up one dir, main page]

Skip to content

Commit c87233f

Browse files
authored
gh-112050: Adapt collections.deque to Argument Clinic (#113963)
1 parent e8b8f5e commit c87233f

7 files changed

+685
-152
lines changed

Include/internal/pycore_global_objects_fini_generated.h

Lines changed: 1 addition & 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: 1 addition & 0 deletions
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

Lines changed: 1 addition & 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: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 0 deletions
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)
0