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 0a8d249 commit 1866a76Copy full SHA for 1866a76
Doc/deprecations/c-api-pending-removal-in-3.18.rst
@@ -7,6 +7,7 @@ Pending removal in Python 3.18
7
* :c:func:`!_PyDict_GetItemStringWithError`: use :c:func:`PyDict_GetItemStringRef`.
8
* :c:func:`!_PyDict_Pop()`: :c:func:`PyDict_Pop`.
9
* :c:func:`!_PyLong_Sign()`: use :c:func:`PyLong_GetSign`.
10
+ * :c:func:`!_PyLong_New`: use :c:func:`PyLongWriter_Create`.
11
* :c:func:`!_PyThreadState_UncheckedGet`: use :c:func:`PyThreadState_GetUnchecked`.
12
* :c:func:`!_PyUnicode_AsString`: use :c:func:`PyUnicode_AsUTF8`.
13
* :c:func:`!_Py_HashPointer`: use :c:func:`Py_HashPointer`.
0 commit comments