Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_python.c175 # define PyErr_Format dll_PyErr_Format macro
H A Dif_python3.c147 # define PyErr_Format py3_PyErr_Format macro
H A Dif_py_both.h31 #define PyErr_FORMAT(exc, str, arg) PyErr_Format(exc, _(str), arg)
32 #define PyErr_FORMAT2(exc, str, arg1, arg2) PyErr_Format(exc, _(str), arg1,arg2)