-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
gh-117755: Skip test_io.test_constructor() on s390x #117801
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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_constructor
crash withFloating point exception
#117755