Searched refs:_Py_Dealloc (Results 1 – 7 of 7) sorted by relevance
769 PyAPI_FUNC(void) _Py_Dealloc(PyObject *);786 PyAPI_FUNC(void) _Py_Dealloc(PyObject *);788 #define _Py_Dealloc(op) ( \ macro805 _Py_Dealloc(_py_decref_tmp); \
746 PyAPI_FUNC(void) _Py_Dealloc(PyObject *);762 #define _Py_Dealloc(op) ( \ macro777 _Py_Dealloc((PyObject *)(op)); \
1967 _Py_Dealloc(PyObject *op) in _Py_Dealloc() function2221 #undef _Py_Dealloc2222 PyAPI_FUNC(void) _Py_Dealloc(PyObject *);2224 _Py_Dealloc(PyObject *op) in _Py_Dealloc() function
72 :c:func:`_Py_Dealloc`, :c:func:`_Py_ForgetReference`, :c:func:`_Py_NewReference`,
71 :c:func:`_Py_Dealloc`, :c:func:`_Py_ForgetReference`, :c:func:`_Py_NewReference`,
792 _Py_Dealloc=python37._Py_Dealloc
2263 _Py_Dealloc(PyObject *op) in _Py_Dealloc() function