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:
parent
faebed4a67
commit
64ab9f7d5c
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user