Skip to content

Commit 1866a76

Browse files
committed
+ Doc/deprecations/c-api-pending-removal-in-3.18.rst
1 parent 0a8d249 commit 1866a76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Doc/deprecations/c-api-pending-removal-in-3.18.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Pending removal in Python 3.18
77
* :c:func:`!_PyDict_GetItemStringWithError`: use :c:func:`PyDict_GetItemStringRef`.
88
* :c:func:`!_PyDict_Pop()`: :c:func:`PyDict_Pop`.
99
* :c:func:`!_PyLong_Sign()`: use :c:func:`PyLong_GetSign`.
10+
* :c:func:`!_PyLong_New`: use :c:func:`PyLongWriter_Create`.
1011
* :c:func:`!_PyThreadState_UncheckedGet`: use :c:func:`PyThreadState_GetUnchecked`.
1112
* :c:func:`!_PyUnicode_AsString`: use :c:func:`PyUnicode_AsUTF8`.
1213
* :c:func:`!_Py_HashPointer`: use :c:func:`Py_HashPointer`.

0 commit comments

Comments
 (0)