We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e794b69 commit 9e282c6Copy full SHA for 9e282c6
Doc/c-api/long.rst
@@ -863,8 +863,8 @@ Deprecated API
863
These macros are :term:`soft deprecated`. They describe parameters
864
of the internal representation of :c:type:`PyLongObject` instances.
865
866
-Use :c:func:`PyLong_GetNativeLayout` instead, along with :c:func:`PyLongExport` and
867
-:c:type:`PyLongWriter` to access integer data.
+Use :c:func:`PyLong_GetNativeLayout` instead, along with :c:func:`PyLong_Export`
+to read integer data or :c:type:`PyLongWriter` to write it.
868
These currently use the same layout, but are designed to continue working correctly
869
even if CPython's internal integer representation changes.
870
0 commit comments