Home
last modified time | relevance | path

Searched refs:PyErr_NewException (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dif_python.c173 # define PyErr_NewException dll_PyErr_NewException macro
H A Dif_python3.c260 # define PyErr_NewException py3_PyErr_NewException macro
H A Dif_py_both.h6884 if (!(VimError = PyErr_NewException("vim.error", NULL, NULL))) in populate_module()