[issue39689] test_struct failure on s390x Fedora Clang buildbot

Charalampos Stratakis report at bugs.python.org
Wed Feb 26 11:11:45 EST 2020


Charalampos Stratakis <cstratak at redhat.com> added the comment:

On this loop:

for c in [b'\x01', b'\x7f', b'\xff', b'\x0f', b'\xf0']:
    self.assertTrue(struct.unpack('>?', c)[0])

It fails for the b'\xf0' case

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39689>
_______________________________________


More information about the Python-bugs-list mailing list