Skip to content

[3.13] gh-142763: Fix race in ZoneInfo cache eviction (gh-144978)#145782

Merged
colesbury merged 1 commit intopython:3.13from
miss-islington:backport-665c1db-3.13
Mar 10, 2026
Merged

[3.13] gh-142763: Fix race in ZoneInfo cache eviction (gh-144978)#145782
colesbury merged 1 commit intopython:3.13from
miss-islington:backport-665c1db-3.13

Conversation

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Mar 10, 2026

The cache may be cleared between the evaluation of the if statement and the
call to popitem.
(cherry picked from commit 665c1db)

Co-authored-by: Sam Gross colesbury@gmail.com

The cache may be cleared between the evaluation of the if statement and the
call to popitem.
(cherry picked from commit 665c1db94f46f8e1a18a8c2f89adb3bc72cb83dc)

Co-authored-by: Sam Gross <colesbury@gmail.com>
@colesbury colesbury enabled auto-merge (squash) March 10, 2026 18:48
@colesbury colesbury merged commit af1ad53 into python:3.13 Mar 10, 2026
43 checks passed
@miss-islington miss-islington deleted the backport-665c1db-3.13 branch March 10, 2026 19:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants