Searched refs:oenc (Results 1 – 1 of 1) sorted by relevance
179 PyObject *m, *d, *v, *w, *oenc = NULL, *mod_name; in PyRun_InteractiveOneObjectEx() local196 oenc = _PyObject_GetAttrId(v, &PyId_encoding); in PyRun_InteractiveOneObjectEx()197 if (oenc) in PyRun_InteractiveOneObjectEx()198 enc = PyUnicode_AsUTF8(oenc); in PyRun_InteractiveOneObjectEx()233 Py_XDECREF(oenc); in PyRun_InteractiveOneObjectEx()241 Py_XDECREF(oenc); in PyRun_InteractiveOneObjectEx()