Skip to content

Commit ac76f9e

Browse files
AA-TurnerGlyphack
authored andcommitted
pythonGH-109190: Copyedit 3.12 What's New: Synchronise C API deprecations with the 3.12 branch (python#109844)
1 parent 4f78dff commit ac76f9e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Doc/whatsnew/3.12.rst

-2
Original file line numberDiff line numberDiff line change
@@ -2172,8 +2172,6 @@ Pending Removal in Python 3.15
21722172
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
21732173

21742174
* :c:func:`PyImport_ImportModuleNoBlock`: use :c:func:`PyImport_ImportModule`
2175-
* :c:func:`PyWeakref_GET_OBJECT`: use :c:func:`PyWeakref_GetRef`
2176-
* :c:func:`PyWeakref_GetObject`: use :c:func:`PyWeakref_GetRef`
21772175
* :c:type:`!Py_UNICODE_WIDE` type: use :c:type:`wchar_t`
21782176
* :c:type:`Py_UNICODE` type: use :c:type:`wchar_t`
21792177
* Python initialization functions:

0 commit comments

Comments
 (0)