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

gh-117657: Fix TSAN reported race in `_PyEval_IsGILEnabled`. by colesbury · Pull Request #119921 · python/cpython · GitHub

/ cpython Public

gh-117657: Fix TSAN reported race in _PyEval_IsGILEnabled. - #119921

Merged
colesbury merged 1 commit into
python:mainfrom
colesbury:gh-117657-is-gil-enabled
Jun 2, 2024
Merged

gh-117657: Fix TSAN reported race in _PyEval_IsGILEnabled.#119921
colesbury merged 1 commit into
python:mainfrom
colesbury:gh-117657-is-gil-enabled

Conversation

colesbury commented Jun 1, 2024
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Contributor

The GIL may be disabled concurrently with this call so we need to use a relaxed atomic load.

The GIL may be disabled concurrently with this call so we need to use a
relaxed atomic load.

corona10 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

_PyEval_IsGILEnabled is called at free-threaded build only so using atomic operation directly looks reasonable.

LGTM

colesbury merged commit f3b89a6 into python:main Jun 2, 2024

Copy link
Copy Markdown

Thanks @colesbury for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13.
🐍🍒⛏🤖

colesbury deleted the gh-117657-is-gil-enabled branch June 2, 2024 14:19
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 2, 2024
…ythonGH-119921)

The GIL may be disabled concurrently with this call so we need to use a
relaxed atomic load.
(cherry picked from commit f3b89a6)

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

bedevere-app Bot commented Jun 2, 2024

Copy link
Copy Markdown

GH-119939 is a backport of this pull request to the 3.13 branch.

bedevere-app Bot removed the needs backport to 3.13 bugs and security fixes label Jun 2, 2024
colesbury added a commit that referenced this pull request Jun 2, 2024
…H-119921) (#119939)

The GIL may be disabled concurrently with this call so we need to use a
relaxed atomic load.
(cherry picked from commit f3b89a6)

Co-authored-by: Sam Gross <colesbury@gmail.com>
mliezun pushed a commit to mliezun/cpython that referenced this pull request Jun 3, 2024
…ython#119921)

The GIL may be disabled concurrently with this call so we need to use a
relaxed atomic load.
barneygale pushed a commit to barneygale/cpython that referenced this pull request Jun 5, 2024
…ython#119921)

The GIL may be disabled concurrently with this call so we need to use a
relaxed atomic load.
noahbkim pushed a commit to hudson-trading/cpython that referenced this pull request Jul 11, 2024
…ython#119921)

The GIL may be disabled concurrently with this call so we need to use a
relaxed atomic load.
estyxx pushed a commit to estyxx/cpython that referenced this pull request Jul 17, 2024
…ython#119921)

The GIL may be disabled concurrently with this call so we need to use a
relaxed atomic load.
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