blob: 2c118129dbf10412d3583a5ed24c7862ab2e1b48 [file] [log] [blame]
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.