Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dpythonrun.c179 PyObject *m, *d, *v, *w, *oenc = NULL, *mod_name; in PyRun_InteractiveOneObjectEx() local
196 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()