| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
The GIL may be disabled concurrently with this call so we need to use a relaxed atomic load.
There was a problem hiding this comment.
_PyEval_IsGILEnabled is called at free-threaded build only so using atomic operation directly looks reasonable.
LGTM
Sorry, something went wrong.
|
Thanks @colesbury for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13. |
Sorry, something went wrong.
…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>
|
GH-119939 is a backport of this pull request to the 3.13 branch. |
Sorry, something went wrong.
…ython#119921) The GIL may be disabled concurrently with this call so we need to use a relaxed atomic load.
…ython#119921) The GIL may be disabled concurrently with this call so we need to use a relaxed atomic load.
…ython#119921) The GIL may be disabled concurrently with this call so we need to use a relaxed atomic load.
…ython#119921) The GIL may be disabled concurrently with this call so we need to use a relaxed atomic load.
| Back | FazBrowse Home | New Git URL |
The GIL may be disabled concurrently with this call so we need to use a relaxed atomic load.