Home
last modified time | relevance | path

Searched defs:_Py_Dealloc (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Objects/
Dobject.c2207 _Py_Dealloc(PyObject *op) in _Py_Dealloc() function
/third_party/python/Include/cpython/
Dobject.h349 #define _Py_Dealloc(op) _Py_Dealloc_inline(op) macro