Home
last modified time | relevance | path

Searched refs:_Py_ForgetReference (Results 1 – 9 of 9) sorted by relevance

/third_party/python/Include/cpython/
Dobject.h9 PyAPI_FUNC(void) _Py_ForgetReference(PyObject *);
/third_party/python/Doc/c-api/
Drefcounting.rst119 :c:func:`_Py_Dealloc`, :c:func:`_Py_ForgetReference`, :c:func:`_Py_NewReference`,
/third_party/python/Objects/
Dstructseq.c475 _Py_ForgetReference((PyObject *)type); in _PyStructSequence_InitType()
Dobject.c1908 _Py_ForgetReference(PyObject *op) in _Py_ForgetReference() function
2286 _Py_ForgetReference(op); in _Py_Dealloc()
Dtupleobject.c988 _Py_ForgetReference((PyObject *) v); in _PyTuple_Resize()
Dbytesobject.c3043 _Py_ForgetReference(v); in _PyBytes_Resize()
Dunicodeobject.c1076 _Py_ForgetReference(unicode); in resize_compact()
/third_party/python/Misc/NEWS.d/
D3.9.0a4.rst903 ``_Py_ForgetReference()``, ``_PyTraceMalloc_NewReference()`` and
/third_party/python/Doc/whatsnew/
D3.9.rst1414 * ``_Py_ForgetReference()``