cpython/Lib/zoneinfo
Miss Islington (bot) af1ad53163
[3.13] gh-142763: Fix race in ZoneInfo cache eviction (gh-144978) (#145782)
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:12:34 +00:00
..
__init__.py [3.13] gh-137754: Fix import of zoneinfo if _datetime is not available (GH-137845) (GH-138085) 2025-08-23 09:33:58 +00:00
_common.py [3.13] gh-143241: Fix infinite loop in zoneinfo._common.load_data (GH-143243) (#143252) 2025-12-28 15:11:32 +00:00
_tzpath.py [3.13] GH-137841: Open tzdata/zones file with UTF-8 encoding (GH-137872) (#141608) 2025-11-20 18:23:26 +02:00
_zoneinfo.py [3.13] gh-142763: Fix race in ZoneInfo cache eviction (gh-144978) (#145782) 2026-03-10 19:12:34 +00:00