Searched defs:_Py_Dealloc (Results 1 – 2 of 2) sorted by relevance
| /third_party/python/Objects/ | ||
| D | object.c | 2207 _Py_Dealloc(PyObject *op) in _Py_Dealloc() function |
| /third_party/python/Include/cpython/ | ||
| D | object.h | 349 #define _Py_Dealloc(op) _Py_Dealloc_inline(op) macro |