Source: cython-legacy Version: 0.29.36-3 Severity: serious User: [email protected] Usertags: python3.12
Hi Maintainer cython-legacy's autopkgtests fail with Python 3.12 on 32-bit architectures [1][2][3]. I've copied what I hope is the relevant part of the log below. Regards Graham [1] https://ci.debian.net/packages/c/cython-legacy/testing/armel/ [2] https://ci.debian.net/packages/c/cython-legacy/testing/armhf/ [3] https://ci.debian.net/packages/c/cython-legacy/testing/i386/ 3519s ====================================================================== 3519s FAIL: test_raiseMemError (test_unicode.UnicodeTest.test_raiseMemError) 3519s ---------------------------------------------------------------------- 3519s Traceback (most recent call last): 3519s File "tests/run/test_unicode.pyx", line 2356, in test_unicode.UnicodeTest.test_raiseMemError (test_unicode.c:138318) 3519s self.assertRaises(MemoryError, alloc) 3519s AssertionError: MemoryError not raised by lambda 3519s 3519s ====================================================================== 3519s FAIL: test_raiseMemError (test_unicode.UnicodeTest.test_raiseMemError) 3519s ---------------------------------------------------------------------- 3519s Traceback (most recent call last): 3519s File "tests/run/test_unicode.pyx", line 2356, in test_unicode.UnicodeTest.test_raiseMemError (test_unicode.cpp:138332) 3519s self.assertRaises(MemoryError, alloc) 3519s AssertionError: MemoryError not raised by lambda 3519s 3519s ---------------------------------------------------------------------- 3519s Ran 5423 tests in 3411.871s 3519s 3519s FAILED (failures=2, skipped=48)

