cpython/Lib/zoneinfo
Miss Islington (bot) 79051f8a07
[3.14] gh-142763: Fix race in ZoneInfo cache eviction (gh-144978) (#145781)
The cache may be cleared between the evaluation of the if statement and the
call to popitem.

(cherry picked from commit 665c1db94f)

Co-authored-by: Sam Gross <colesbury@gmail.com>
2026-03-10 19:39:40 +00:00
..
__init__.py [3.14] gh-137754: Fix import of zoneinfo if _datetime is not available (GH-137845) (GH-138084) 2025-10-08 14:28:41 +02:00
_common.py [3.14] gh-143241: Fix infinite loop in zoneinfo._common.load_data (GH-143243) (#143251) 2025-12-28 15:14:04 +00:00
_tzpath.py [3.14] GH-137841: Open tzdata/zones file with UTF-8 encoding (GH-137872) (#141607) 2025-11-20 18:23:40 +02:00
_zoneinfo.py [3.14] gh-142763: Fix race in ZoneInfo cache eviction (gh-144978) (#145781) 2026-03-10 19:39:40 +00:00