Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_zoneinfo.c968 int isdst_with_error = PyObject_IsTrue(num); in load_data() local
969 if (isdst_with_error == -1) { in load_data()
973 isdst[i] = (unsigned char)isdst_with_error; in load_data()