FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[3.13] gh-142763: Fix race in ZoneInfo cache eviction (gh-144978) by miss-islington · Pull Request #145782 · python/cpython · GitHub

/ cpython Public

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

Merged
colesbury merged 1 commit into
python: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 into
python:3.13from
miss-islington:backport-665c1db-3.13

Conversation

miss-islington commented Mar 10, 2026
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Contributor

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 665c1db)

Co-authored-by: Sam Gross <colesbury@gmail.com>
colesbury enabled auto-merge (squash) March 10, 2026 18:48
colesbury merged commit af1ad53 into python:3.13 Mar 10, 2026
43 checks passed
miss-islington deleted the backport-665c1db-3.13 branch March 10, 2026 19:12
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL