0
0
mirror of https://github.com/python/cpython.git synced 2024-11-30 18:51:15 +01:00

GH-109190: Copyedit 3.12 What's New: Synchronise C API deprecations with the 3.12 branch (#109844)

This commit is contained in:
Adam Turner 2023-09-25 15:04:36 +01:00 committed by GitHub
parent faebed4a67
commit 64ab9f7d5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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: