diff options
author | Adam Turner <9087854+AA-Turner@users.noreply.github.com> | 2023-09-25 14:04:36 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-25 14:04:36 (GMT) |
commit | 64ab9f7d5c7cbe5ef997c7d841151e0e71e7f582 (patch) | |
tree | c4d0811cc263fe2840640546453503196dc6c5c9 /Doc/whatsnew/3.12.rst | |
parent | faebed4a67073a9206c3535d2699d783451ea251 (diff) | |
download | cpython-64ab9f7d5c7cbe5ef997c7d841151e0e71e7f582.zip cpython-64ab9f7d5c7cbe5ef997c7d841151e0e71e7f582.tar.gz cpython-64ab9f7d5c7cbe5ef997c7d841151e0e71e7f582.tar.bz2 |
GH-109190: Copyedit 3.12 What's New: Synchronise C API deprecations with the 3.12 branch (#109844)
Diffstat (limited to 'Doc/whatsnew/3.12.rst')
-rw-r--r-- | Doc/whatsnew/3.12.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst index 527b312..cf0a3f2 100644 --- a/Doc/whatsnew/3.12.rst +++ b/Doc/whatsnew/3.12.rst @@ -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: |