◐ Shell
clean mode source ↗

bpo-1635741: Add PyModule_AddObjectRef() function by vstinner · Pull Request #23122 · python/cpython

shihai1991

Added PyModule_AddObjectRef() function: similar to
PyModule_AddObjectRef() but don't steal a reference to the value on
success.

shihai1991

@vstinner

erlend-aasland

shihai1991 added a commit to shihai1991/cpython that referenced this pull request

Nov 5, 2020

This was referenced

Nov 10, 2020

adorilson pushed a commit to adorilson/cpython that referenced this pull request

Mar 13, 2021
Added PyModule_AddObjectRef() function: similar to
PyModule_AddObjectRef() but don't steal a reference to the value on
success.

@ambv ambv mentioned this pull request

Oct 5, 2021

@kylotan kylotan mannequin mentioned this pull request

Sep 19, 2022