cpython/Misc/NEWS.d/next/C API/2023-06-19-20-02-16.gh-issu...

4 lines
182 B
ReStructuredText

Add :c:func:`PyImport_AddModuleRef`: similar to :c:func:`PyImport_AddModule`,
but return a :term:`strong reference` instead of a :term:`borrowed reference`.
Patch by Victor Stinner.