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 5516aeb commit d02736dCopy full SHA for d02736d
Doc/c-api/long.rst
@@ -855,3 +855,16 @@ The :c:type:`PyLongWriter` API can be used to import an integer.
855
If *writer* is ``NULL``, no operation is performed.
856
857
The writer instance and the *digits* array are invalid after the call.
858
+
859
860
+Deprecated API
861
+^^^^^^^^^^^^^^
862
863
+.. c:macro:: PyLong_BASE
864
+.. c:macro:: PyLong_SHIFT
865
+.. c:macro:: PyLong_MASK
866
867
+ These macros are :term:`soft deprecated`. They represent internal constants
868
+ for :c:type:`PyLongObject` instances.
869
870
+ Do not use these; use :c:func:`PyLong_GetNativeLayout` instead.
0 commit comments