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-19.15:01:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582124509.96.0.385275594117.issue39689@roundup.psfhosted.org>
In-reply-to
Content
The clang build was recently added for that buildbot and it seems on that particular architecture, test_struct fails with:

======================================================================
FAIL: test_bool (test.test_struct.StructTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-ubsan/build/Lib/test/test_struct.py", line 520, in test_bool
    self.assertTrue(struct.unpack('>?', c)[0])
AssertionError: False is not true

https://buildbot.python.org/all/#/builders/488/builds/6

Fedora rawhide recently upgraded Clang to version 10. The rest of the architectures seem fine.
History
Date User Action Args
2020-02-19 15:01:50cstrataksetrecipients: + cstratak, vstinner
2020-02-19 15:01:49cstrataksetmessageid: <1582124509.96.0.385275594117.issue39689@roundup.psfhosted.org>
2020-02-19 15:01:49cstrataklinkissue39689 messages
2020-02-19 15:01:49cstratakcreate