Searched refs:oenc (Results 1 – 1 of 1) sorted by relevance
183 PyObject *m, *d, *v, *w, *oenc = NULL, *mod_name; in PyRun_InteractiveOneObjectEx() local201 oenc = _PyObject_GetAttrId(v, &PyId_encoding); in PyRun_InteractiveOneObjectEx()202 if (oenc) in PyRun_InteractiveOneObjectEx()203 enc = PyUnicode_AsUTF8(oenc); in PyRun_InteractiveOneObjectEx()238 Py_XDECREF(oenc); in PyRun_InteractiveOneObjectEx()254 Py_XDECREF(oenc); in PyRun_InteractiveOneObjectEx()