Searched refs:exmod (Results 1 – 2 of 2) sorted by relevance
746 PyObject *exmod = PyImport_ImportModule("exceptions"); in get_exceptions() local747 PyObject *exdict = PyModule_GetDict(exmod); in get_exceptions()768 Py_XDECREF(exmod); in get_exceptions()
871 PyObject *exmod = PyImport_ImportModule("builtins"); in get_py3_exceptions() local872 PyObject *exdict = PyModule_GetDict(exmod); in get_py3_exceptions()893 Py_XDECREF(exmod); in get_py3_exceptions()