We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff0373a commit 536c3cbCopy full SHA for 536c3cb
1 file changed
Include/cpython/pyatomic_gcc.h
@@ -549,6 +549,7 @@ static inline void
549
_Py_atomic_store_llong_relaxed(long long *obj, long long value)
550
{ __atomic_store_n(obj, value, __ATOMIC_RELAXED); }
551
552
+
553
// --- _Py_atomic_load_ptr_acquire / _Py_atomic_store_ptr_release ------------
554
555
static inline void *
0 commit comments