◐ Shell
clean mode source ↗

bpo-33608: Normalize atomic macros so that they all expect an atomic struct by zooba · Pull Request #12877 · python/cpython

@ericsnowcurrently @paulmon This should be an alternative fix to #12665.

Basically, any macro/function starting with _Py_atomic now always requires a reference to a _Py_atomic struct, and never the extracted value.

https://bugs.python.org/issue33608