10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faebed4 commit 64ab9f7Copy full SHA for 64ab9f7
Doc/whatsnew/3.12.rst
@@ -2172,8 +2172,6 @@ Pending Removal in Python 3.15
2172
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2173
2174
* :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`
2177
* :c:type:`!Py_UNICODE_WIDE` type: use :c:type:`wchar_t`
2178
* :c:type:`Py_UNICODE` type: use :c:type:`wchar_t`
2179
* Python initialization functions:
0 commit comments