Skip to content

Commit 9cadc91

Browse files
committed
Add versionadded notes.
1 parent 7fbbdcf commit 9cadc91

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Doc/c-api/long.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,8 @@ distinguished from a number. Use :c:func:`PyErr_Occurred` to disambiguate.
169169
:c:func:`PyLong_FromLongLong`, depending on the size of the system's
170170
PID type.
171171
172+
.. versionadded:: 3.2
173+
172174
173175
.. c:function:: long PyLong_AsLong(PyObject *obj)
174176
@@ -592,6 +594,8 @@ distinguished from a number. Use :c:func:`PyErr_Occurred` to disambiguate.
592594
:c:func:`PyLong_FromLongLong`, or :c:func:`PyLong_AsInt`, depending on the
593595
size of the system's PID type.
594596
597+
.. versionadded:: 3.2
598+
595599
596600
.. c:function:: int PyLong_GetSign(PyObject *obj, int *sign)
597601

0 commit comments

Comments
 (0)