Skip to content

Commit d96374e

Browse files
committed
Move Py_ARRAY_LENGTH to Useful macros, use 'generally equivalent'
1 parent cf93360 commit d96374e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Doc/c-api/structures.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,7 @@ Macro name C type Python type
730730
731731
Always ``None``. Must be used with :c:macro:`Py_READONLY`.
732732
733-
733+
734734
735735
Defining Getters and Setters
736736
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Misc/mypy/_colorize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../../Lib/_colorize.py
1+
../../Lib/_colorize.py

Misc/mypy/token.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../../Lib/token.py
1+
../../Lib/token.py

0 commit comments

Comments
 (0)