cpython/Misc/NEWS.d/next/C API/2023-06-20-08-59-05.gh-issu...

4 lines
194 B
ReStructuredText

Add :c:func:`PyWeakref_GetRef` function: similar to
:c:func:`PyWeakref_GetObject` but returns a :term:`strong reference`, or
``NULL`` if the referent is no longer live. Patch by Victor Stinner.