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 vstinner
Recipients vstinner
Date 2019-09-25.11:22:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1569410550.98.0.966439934624.issue38272@roundup.psfhosted.org>
In-reply-to
Content
Similar error on PPC64LE Fedora 3.7:
https://buildbot.python.org/all/#/builders/120/builds/1315

======================================================================
FAIL: test_array_in_struct (ctypes.test.test_structures.StructureTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/shager/cpython-buildarea/3.7.edelsohn-fedora-ppc64le/build/Lib/ctypes/test/test_structures.py", line 478, in test_array_in_struct
    self.assertEqual(result, expected)
AssertionError: 2.71828 != 5.85987
History
Date User Action Args
2019-09-25 11:22:30vstinnersetrecipients: + vstinner
2019-09-25 11:22:30vstinnersetmessageid: <1569410550.98.0.966439934624.issue38272@roundup.psfhosted.org>
2019-09-25 11:22:30vstinnerlinkissue38272 messages
2019-09-25 11:22:30vstinnercreate