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

/macosx-10.10.1/vim-55/src/
H A Dif_python.c405 PyObject *exmod = PyImport_ImportModule("exceptions"); local
406 PyObject *exdict = PyModule_GetDict(exmod);
417 Py_XDECREF(exmod);
H A Dif_python3.c421 PyObject *exmod = PyImport_ImportModule("builtins"); local
422 PyObject *exdict = PyModule_GetDict(exmod);
433 Py_XDECREF(exmod);

Completed in 75 milliseconds