commit | 53a03aafd5812018a3821a2e83063fd3d6cd2576 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Thu Nov 05 15:02:12 2020 +0100 |
committer | GitHub <noreply@github.com> | Thu Nov 05 15:02:12 2020 +0100 |
tree | c38adba5e60f412a36ea31736fb6265b2f754a40 | |
parent | 80449f243b13311d660eab3a751648029bcdd833 [diff] |
bpo-42262: Add Py_NewRef() and Py_XNewRef() (GH-23152) Added Py_NewRef() and Py_XNewRef() functions to increment the reference count of an object and return the object.