Searched refs:dll_PyObject_Free (Results 1 – 2 of 2) sorted by relevance
301 # define PyObject_Free dll_PyObject_Free450 static void (*dll_PyObject_Free)(void*); variable633 {"PyObject_Free", (PYTHON_PROC*)&dll_PyObject_Free},
10241 Solution: Use dll_PyObject_Malloc and dll_PyObject_Free. (Paul Moore)