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 a16cf5b commit 8ab9d16Copy full SHA for 8ab9d16
Include/cpython/pyatomic_gcc.h
@@ -600,7 +600,7 @@ static inline Py_ssize_t
600
_Py_atomic_load_ssize_acquire(const Py_ssize_t *obj)
601
{ return __atomic_load_n(obj, __ATOMIC_ACQUIRE); }
602
603
-z// --- _Py_atomic_fence ------------------------------------------------------
+// --- _Py_atomic_fence ------------------------------------------------------
604
605
static inline void
606
_Py_atomic_fence_seq_cst(void)
0 commit comments