We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The _Py_atomic_load_relaxed_int32 macro is no longer used:
_Py_atomic_load_relaxed_int32
cpython/Python/ceval_macros.h
Lines 378 to 383 in d323997
cpython/Python/ceval_gil.c
Lines 52 to 57 in d323997
The text was updated successfully, but these errors were encountered:
pythongh-122860: Remove unused macro _Py_atomic_load_relaxed_int32
14980f0
They were added by #32387. I can confirm that the new _Py_atomic_* functions are all inlined by MSVC (Release, PGO).
_Py_atomic_*
Sorry, something went wrong.
gh-122860: Remove unused macro _Py_atomic_load_relaxed_int32 (#122861)
1069190
pythongh-122860: Remove unused macro _Py_atomic_load_relaxed_int32 (p…
fa81978
…ython#122861)
No branches or pull requests
The
_Py_atomic_load_relaxed_int32
macro is no longer used:cpython/Python/ceval_macros.h
Lines 378 to 383 in d323997
cpython/Python/ceval_gil.c
Lines 52 to 57 in d323997
Linked PRs
_Py_atomic_load_relaxed_int32
#122861The text was updated successfully, but these errors were encountered: