Browse Source
bpo-39573: Add Py_SET_REFCNT() function (GH-18389)
bpo-39573: Add Py_SET_REFCNT() function (GH-18389)
Add a Py_SET_REFCNT() function to set the reference counter of an object.pull/18390/head
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 30 additions and 14 deletions
-
7Doc/c-api/structures.rst
-
5Include/object.h
-
2Misc/NEWS.d/next/C API/2020-02-07-00-23-44.bpo-39573.nRD1q7.rst
-
15Modules/_testcapimodule.c
-
2Objects/moduleobject.c
-
9Objects/object.c
-
4Objects/unicodeobject.c
@ -0,0 +1,2 @@ |
|||
Add a :c:func:`Py_SET_REFCNT` function to set the reference counter of an |
|||
object. |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue