Skip to content

Commit

Permalink
pythonGH-109190: Copyedit 3.12 What's New: Synchronise C API deprecat…
Browse files Browse the repository at this point in the history
…ions with the 3.12 branch (python#109844)
  • Loading branch information
AA-Turner authored and Glyphack committed Jan 27, 2024
1 parent 4f78dff commit ac76f9e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Doc/whatsnew/3.12.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ac76f9e

Please sign in to comment.