10000 GH-109190: Copyedit 3.12 What's New: Synchronise C API deprecations w… · python/cpython@64ab9f7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 64ab9f7

Browse files
authored
GH-109190: Copyedit 3.12 What's New: Synchronise C API deprecations with the 3.12 branch (#109844)
1 parent faebed4 commit 64ab9f7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Doc/whatsnew/3.12.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2172,8 +2172,6 @@ Pending Removal in Python 3.15
21722172
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
21732173

21742174
* :c:func:`PyImport_ImportModuleNoBlock`: use :c:func:`PyImport_ImportModule`
2175-
* :c:func:`PyWeakref_GET_OBJECT`: use :c:func:`PyWeakref_GetRef`
2176-
* :c:func:`PyWeakref_GetObject`: use :c:func:`PyWeakref_GetRef`
21772175
* :c:type:`!Py_UNICODE_WIDE` type: use :c:type:`wchar_t`
21782176
* :c:type:`Py_UNICODE` type: use :c:type:`wchar_t`
21792177
* Python initialization functions:

0 commit comments

Comments
 (0)
0