Searched refs:PyErr_NewException (Results 1 – 3 of 3) sorted by relevance
173 # define PyErr_NewException dll_PyErr_NewException macro
260 # define PyErr_NewException py3_PyErr_NewException macro
6884 if (!(VimError = PyErr_NewException("vim.error", NULL, NULL))) in populate_module()