Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_python.c746 PyObject *exmod = PyImport_ImportModule("exceptions"); in get_exceptions() local
747 PyObject *exdict = PyModule_GetDict(exmod); in get_exceptions()
768 Py_XDECREF(exmod); in get_exceptions()
H A Dif_python3.c871 PyObject *exmod = PyImport_ImportModule("builtins"); in get_py3_exceptions() local
872 PyObject *exdict = PyModule_GetDict(exmod); in get_py3_exceptions()
893 Py_XDECREF(exmod); in get_py3_exceptions()