Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dtimemodule.c1565 PyObject *otz0, *otz1; in init_timezone() local
1574 otz0 = PyUnicode_DecodeLocale(_Py_tzname[0], "surrogateescape"); in init_timezone()
1575 if (otz0 == NULL) { in init_timezone()
1580 Py_DECREF(otz0); in init_timezone()
1583 PyObject *tzname_obj = Py_BuildValue("(NN)", otz0, otz1); in init_timezone()