commit | c86a11221df7e37da389f9c6ce6e47ea22dc44ff | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Fri Feb 07 01:24:29 2020 +0100 |
committer | GitHub <noreply@github.com> | Fri Feb 07 01:24:29 2020 +0100 |
tree | c27a35a01bde1554488268dd3bbeb8b4c46e193c | |
parent | a93c51e3a8e15f1a486d11d5b55a64f3381babe0 [diff] |
bpo-39573: Add Py_SET_REFCNT() function (GH-18389) Add a Py_SET_REFCNT() function to set the reference counter of an object.