Home | History | Annotate | Download | only in Include

Lines Matching defs:PyObject_FREE

42    run a destructor -- it only frees the memory.  PyObject_Free is identical.

99 PyAPI_FUNC(void) PyObject_Free(void *);
122 #define PyObject_FREE _PyObject_DebugFree
123 #define PyObject_Free _PyObject_DebugFree
128 #define PyObject_FREE PyObject_Free
134 #define PyObject_FREE PyMem_FREE
138 #define PyObject_Del PyObject_Free
139 #define PyObject_DEL PyObject_FREE
142 #define _PyObject_Del PyObject_Free