]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix the Py_atomic_* macros. (#12240)
authorEric Snow <ericsnowcurrently@gmail.com>
Fri, 8 Mar 2019 19:06:56 +0000 (12:06 -0700)
committerGitHub <noreply@github.com>
Fri, 8 Mar 2019 19:06:56 +0000 (12:06 -0700)
commit2aab5d310ca752912d5e2f79658edb6684f928c7
tree13b6193867fc3dd972946ff35294e0607419be27
parentab9b31f94737895f0121f26ba3ad718ebbc24fe1
Fix the Py_atomic_* macros. (#12240)

The macros were working only because our usage happened to parse correctly.  Changing that usage (e.g. with pointers) would break the macros.  This fixes that.
Include/internal/pycore_atomic.h