Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_zoneinfo.c12 static PyObject *_tzpath_find_tzfile = NULL; variable
182 file_path = PyObject_CallFunctionObjArgs(_tzpath_find_tzfile, key, NULL); in zoneinfo_new_instance()
2597 Py_XDECREF(_tzpath_find_tzfile); in module_free()
2598 _tzpath_find_tzfile = NULL; in module_free()
2641 _tzpath_find_tzfile = in zoneinfomodule_exec()
2644 if (_tzpath_find_tzfile == NULL) { in zoneinfomodule_exec()