This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author cstratak
Recipients cstratak, vstinner
Date 2020-02-26.16:11:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582733505.23.0.67607034796.issue39689@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2020-02-26 16:11:45cstrataksetrecipients: + cstratak, vstinner
2020-02-26 16:11:45cstrataksetmessageid: <1582733505.23.0.67607034796.issue39689@roundup.psfhosted.org>
2020-02-26 16:11:45cstrataklinkissue39689 messages
2020-02-26 16:11:45cstratakcreate