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 0dae3ba commit ff0373aCopy full SHA for ff0373a
1 file changed
Include/internal/pycore_pyatomic_ft_wrappers.h
@@ -127,6 +127,7 @@ extern "C" {
127
#define FT_ATOMIC_LOAD_SSIZE_ACQUIRE(value) value
128
#define FT_ATOMIC_LOAD_SSIZE_RELAXED(value) value
129
#define FT_ATOMIC_LOAD_PTR_ACQUIRE(value) value
130
+#define FT_ATOMIC_LOAD_PTR_CONSUME(value) value
131
#define FT_ATOMIC_LOAD_UINTPTR_ACQUIRE(value) value
132
#define FT_ATOMIC_LOAD_PTR_RELAXED(value) value
133
#define FT_ATOMIC_LOAD_UINT8(value) value
0 commit comments