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 93b90c7 commit bf15e93Copy full SHA for bf15e93
Include/cpython/pyatomic.h
@@ -550,6 +550,7 @@ _Py_atomic_load_ssize_acquire(const Py_ssize_t *obj);
550
static inline void *
551
_Py_atomic_memcpy_ptr_store_relaxed(void *dest, void *src, size_t n)
552
{
553
+ assert(1 == 1);
554
// assert(((uintptr_t)dest & (sizeof (void *) - 1)) == 0);
555
// assert(((uintptr_t)src & (sizeof (void *) - 1)) == 0);
556
// assert(n % sizeof(void *) == 0);
0 commit comments