Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_testcapi/
Ddatetime.c141 PyObject *utc_singleton_1 = PyTimeZone_FromOffsetAndName(offset, NULL); in get_timezones_offset_zero() local
147 if (utc_singleton_0 == NULL || utc_singleton_1 == NULL || in get_timezones_offset_zero()
158 PyTuple_SET_ITEM(rv, 1, utc_singleton_1); in get_timezones_offset_zero()
164 Py_XDECREF(utc_singleton_1); in get_timezones_offset_zero()