Searched refs:_tzpath_find_tzfile (Results 1 – 2 of 2) sorted by relevance
13 static PyObject *_tzpath_find_tzfile = NULL; variable183 file_path = PyObject_CallFunctionObjArgs(_tzpath_find_tzfile, key, NULL); in zoneinfo_new_instance()2613 Py_XDECREF(_tzpath_find_tzfile); in module_free()2614 _tzpath_find_tzfile = NULL; in module_free()2660 _tzpath_find_tzfile = in zoneinfomodule_exec()2663 if (_tzpath_find_tzfile == NULL) { in zoneinfomodule_exec()
2711 Modules/_zoneinfo.c - _tzpath_find_tzfile -