Skip to content

Commit 6f4ef28

Browse files
committed
test assert(1 == 1) with latest main
1 parent 387232d commit 6f4ef28

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Include/cpython/pyatomic.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -553,6 +553,8 @@ _Py_atomic_memcpy_ptr_store_relaxed(void *dest, void *src, size_t n)
553553
// XXX: The assertions below currently fail on Android ARM build.
554554
// In fact, assert(1 == 1) fails on that build.
555555

556+
assert(1 == 1);
557+
556558
// assert(((uintptr_t)dest & (uintptr_t)(sizeof (void *) - 1)) == 0);
557559
// assert(((uintptr_t)src & (uintptr_t)(sizeof (void *) - 1)) == 0);
558560
// assert(n % (size_t)sizeof(void *) == 0);

0 commit comments

Comments
 (0)