gh-117755: Skip test_io.test_constructor() on s390x#117801
gh-117755: Skip test_io.test_constructor() on s390x#117801vstinner merged 1 commit intopython:mainfrom
Conversation
The test allocates 9 223 372 036 854 775 807 bytes (0x7fffffffffffffff) and mimalloc fails with a division by zero on s390x.
As the s390x maintainer in Python, I would prefer that you test it to discover real bugs like these ones :-) |
|
This change is a workaround. I wrote a fix for the root issue in mimalloc: PR gh-117809. |
|
The test allocates 9 223 372 036 854 775 807 bytes (0x7fffffffffffffff) and mimalloc fails with a division by zero on s390x.
test.test_io.CBufferedReaderTest.test_constructorcrash withFloating point exception#117755