cpython/Lib/zoneinfo
Sam Gross 665c1db94f
gh-142763: Fix race in ZoneInfo cache eviction (gh-144978)
The cache may be cleared between the evaluation of the if statement and the
call to popitem.
2026-03-10 14:47:58 -04:00
..
__init__.py gh-137754: Fix import of zoneinfo if _datetime is not available (GH-137845) 2025-08-23 12:12:13 +03:00
_common.py gh-143241: Fix infinite loop in zoneinfo._common.load_data (#143243) 2025-12-28 15:48:43 +01:00
_tzpath.py gh-137976: Explicitly exclude localtime from available_timezones (#138012) 2025-09-18 17:32:14 +01:00
_zoneinfo.py gh-142763: Fix race in ZoneInfo cache eviction (gh-144978) 2026-03-10 14:47:58 -04:00