Searched refs:PyObject_Call (Results 1 – 3 of 3) sorted by relevance
235 # define PyObject_Call dll_PyObject_Call macro
207 # define PyObject_Call py3_PyObject_Call macro
1007 if (!(ret = PyObject_Call(_chdir, args, kwargs))) in _VimChdir()