Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A Dtimemodule.c1746 PyObject *otz0, *otz1; local
1762 otz1 = PyUnicode_FromWideChar(tzinfo.DaylightName, -1);
1763 if (otz1 == NULL) {
1772 otz1 = PyUnicode_DecodeLocale(_Py_tzname[1], "surrogateescape");
1773 if (otz1 == NULL) {
1778 PyObject *tzname_obj = Py_BuildValue("(NN)", otz0, otz1);

Completed in 2 milliseconds