We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f78dff commit ac76f9eCopy full SHA for ac76f9e
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