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 c0c25b1 commit b800c15Copy full SHA for b800c15
Doc/c-api/long.rst
@@ -188,6 +188,9 @@ distinguished from a number. Use :c:func:`PyErr_Occurred` to disambiguate.
188
Exactly equivalent to the preferred ``PyLong_AsLong``. In particular,
189
it can fail with :exc:`OverflowError` or another exception.
190
191
+ .. deprecated:: 3.14
192
+ The function is soft deprecated.
193
+
194
.. c:function:: int PyLong_AsInt(PyObject *obj)
195
196
Similar to :c:func:`PyLong_AsLong`, but store the result in a C
0 commit comments