]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-117755: Skip test_io.test_constructor() on s390x (#117801)
authorVictor Stinner <vstinner@python.org>
Mon, 15 Apr 2024 08:24:47 +0000 (10:24 +0200)
committerGitHub <noreply@github.com>
Mon, 15 Apr 2024 08:24:47 +0000 (10:24 +0200)
commita9107fe5c0869c01b4c8db7a34c768ee8511505a
tree1dfa2fcc6b42d9827147d1b7954978deaf4fc435
parent7bcc257e97ee080d1128788a12a1731afde26b0a
gh-117755: Skip test_io.test_constructor() on s390x (#117801)

The test allocates 9 223 372 036 854 775 807 bytes
(0x7fffffffffffffff) and mimalloc fails with a division by zero on
s390x.
Lib/test/test_io.py