Skip to content

Commit bf15e93

Browse files
committed
test basic assert
1 parent 93b90c7 commit bf15e93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Include/cpython/pyatomic.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -550,6 +550,7 @@ _Py_atomic_load_ssize_acquire(const Py_ssize_t *obj);
550550
static inline void *
551551
_Py_atomic_memcpy_ptr_store_relaxed(void *dest, void *src, size_t n)
552552
{
553+
assert(1 == 1);
553554
// assert(((uintptr_t)dest & (sizeof (void *) - 1)) == 0);
554555
// assert(((uintptr_t)src & (sizeof (void *) - 1)) == 0);
555556
// assert(n % sizeof(void *) == 0);

0 commit comments

Comments
 (0)