Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_py_both.h6466 OutputType.tp_free = call_PyObject_Free; in init_structs()
6501 BufferType.tp_free = call_PyObject_Free; in init_structs()
6522 WindowType.tp_free = call_PyObject_Free; in init_structs()
6540 TabPageType.tp_free = call_PyObject_Free; in init_structs()
6584 RangeType.tp_free = call_PyObject_Free; in init_structs()
H A Dif_python3.c908 call_PyObject_Free(void *p) in call_PyObject_Free() function