Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A Dtimemodule.c1746 PyObject *otz0, *otz1; local
1758 otz0 = PyUnicode_FromWideChar(tzinfo.StandardName, -1);
1759 if (otz0 == NULL) {
1764 Py_DECREF(otz0);
1768 otz0 = PyUnicode_DecodeLocale(_Py_tzname[0], "surrogateescape");
1769 if (otz0 == NULL) {
1774 Py_DECREF(otz0);
1778 PyObject *tzname_obj = Py_BuildValue("(NN)", otz0, otz1);

Completed in 3 milliseconds