[3.13] gh-120524: Avoid a Race On _PyRuntime.types.managed_static.types[i].interp_count (gh-120529) by miss-islington · Pull Request #120657 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Merged
merged 1 commit into
Conversation
Contributor
gh-120182 added new global state (interp_count), but didn't add thread-safety for it. This change eliminates the possible race.
(cherry picked from commit 2c66318)
Co-authored-by: Eric Snow ericsnowcurrently@gmail.com
…s[i].interp_count (pythongh-120529) pythongh-120182 added new global state (interp_count), but didn't add thread-safety for it. This change eliminates the possible race. (cherry picked from commit 2c66318) Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>
miss-islington
requested review from
ericsnowcurrently and
markshannon
as code owners
This was referenced
bedevere-app
Bot
added
skip news
awaiting review
labels
ericsnowcurrently
merged commit
71ad34d
into
python:3.13
bedevere-app
Bot
removed
the
awaiting review
label
miss-islington
deleted the
backport-2c66318-3.13
branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment