Home
last modified time | relevance | path

Searched refs:dll_PyObject_Free (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dif_python.c301 # define PyObject_Free dll_PyObject_Free
450 static void (*dll_PyObject_Free)(void*); variable
633 {"PyObject_Free", (PYTHON_PROC*)&dll_PyObject_Free},
/vim-8.2.3635/runtime/doc/
H A Dversion6.txt10241 Solution: Use dll_PyObject_Malloc and dll_PyObject_Free. (Paul Moore)