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 7fbbdcf commit 9cadc91Copy full SHA for 9cadc91
Doc/c-api/long.rst
@@ -169,6 +169,8 @@ distinguished from a number. Use :c:func:`PyErr_Occurred` to disambiguate.
169
:c:func:`PyLong_FromLongLong`, depending on the size of the system's
170
PID type.
171
172
+ .. versionadded:: 3.2
173
+
174
175
.. c:function:: long PyLong_AsLong(PyObject *obj)
176
@@ -592,6 +594,8 @@ distinguished from a number. Use :c:func:`PyErr_Occurred` to disambiguate.
592
594
:c:func:`PyLong_FromLongLong`, or :c:func:`PyLong_AsInt`, depending on the
593
595
size of the system's PID type.
596
597
598
599
600
.. c:function:: int PyLong_GetSign(PyObject *obj, int *sign)
601
0 commit comments