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 fb352ce commit 3ed04f7Copy full SHA for 3ed04f7
Doc/c-api/long.rst
@@ -858,9 +858,8 @@ The :c:type:`PyLongWriter` API can be used to import an integer.
858
Deprecated API
859
^^^^^^^^^^^^^^
860
861
-.. soft-deprecated:: 3.14
862
- These macros describe parameters of the internal representation of
863
- :c:type:`PyLongObject` instances.
+These macros are :term:`soft deprecated`. They describe parameters
+of the internal representation of :c:type:`PyLongObject` instances.
864
865
Use :c:func:`PyLong_GetNativeLayout` instead, along with :c:func:`PyLong_Export`
866
to read integer data or :c:type:`PyLongWriter` to write it.
0 commit comments