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

[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 · GitHub

/ cpython Public

[3.13] gh-120524: Avoid a Race On _PyRuntime.types.managed_static.types[i].interp_count (gh-120529) - #120657

Merged
ericsnowcurrently merged 1 commit into
python:3.13from
miss-islington:backport-2c66318-3.13
Jun 17, 2024
Merged

ericsnowcurrently merged 1 commit into
python:3.13from
miss-islington:backport-2c66318-3.13

Conversation

miss-islington commented Jun 17, 2024 •
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
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>
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL