cpython/Misc/NEWS.d/next/C API/2023-06-23-02-57-15.gh-issu...

5 lines
234 B
ReStructuredText

Adds :c:func:`PyDict_GetItemRef` and :c:func:`PyDict_GetItemStringRef`
functions: similar to :c:func:`PyDict_GetItemWithError` but returning a
:term:`strong reference` instead of a :term:`borrowed reference`. Patch by
Victor Stinner.