Searched refs:_tzpath_module (Results 1 – 1 of 1) sorted by relevance
2636 PyObject *_tzpath_module = PyImport_ImportModule("zoneinfo._tzpath"); in zoneinfomodule_exec() local2637 if (_tzpath_module == NULL) { in zoneinfomodule_exec()2642 PyObject_GetAttrString(_tzpath_module, "find_tzfile"); in zoneinfomodule_exec()2643 Py_DECREF(_tzpath_module); in zoneinfomodule_exec()