summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/C API/2020-11-03-11-52-27.bpo-1635741.aDYJKB.rst
blob: 2c118129dbf10412d3583a5ed24c7862ab2e1b48 (plain)
1
2
3
Added :c:func:`PyModule_AddObjectRef` function: similar to
:c:func:`PyModule_AddObject` but don't steal a reference to the value on
success. Patch by Victor Stinner.