Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dtimemodule.c44 #define _Py_tzname _tzname macro
48 #define _Py_tzname tzname macro
1574 otz0 = PyUnicode_DecodeLocale(_Py_tzname[0], "surrogateescape"); in init_timezone()
1578 otz1 = PyUnicode_DecodeLocale(_Py_tzname[1], "surrogateescape"); in init_timezone()