]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
GH-109190: Copyedit 3.12 What's New: Synchronise C API deprecations with the 3.12...
authorAdam Turner <9087854+AA-Turner@users.noreply.github.com>
Mon, 25 Sep 2023 14:04:36 +0000 (15:04 +0100)
committerGitHub <noreply@github.com>
Mon, 25 Sep 2023 14:04:36 +0000 (17:04 +0300)
Doc/whatsnew/3.12.rst

index 527b312d05d91d0bd74feeef68128d4015a450f2..cf0a3f276fd0217422da28e6b1369ff0927cff55 100644 (file)
@@ -2172,8 +2172,6 @@ Pending Removal in Python 3.15
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 * :c:func:`PyImport_ImportModuleNoBlock`: use :c:func:`PyImport_ImportModule`
-* :c:func:`PyWeakref_GET_OBJECT`: use :c:func:`PyWeakref_GetRef`
-* :c:func:`PyWeakref_GetObject`: use :c:func:`PyWeakref_GetRef`
 * :c:type:`!Py_UNICODE_WIDE` type: use :c:type:`wchar_t`
 * :c:type:`Py_UNICODE` type: use :c:type:`wchar_t`
 * Python initialization functions: