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:20:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1569410434.07.0.844620154982.issue38272@roundup.psfhosted.org>
In-reply-to
Content
I bet on a regression caused by bpo-22273, commit/16c0f6df62a39f9f7712b1c0577de4eefcb4c1bf.

ARMv7 Debian buster 3.7:
https://buildbot.python.org/all/#/builders/177/builds/396

======================================================================
FAIL: test_array_in_struct (ctypes.test.test_structures.StructureTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/ssd/buildbot/buildarea/3.7.gps-ubuntu-exynos5-armv7l/build/Lib/ctypes/test/test_structures.py", line 478, in test_array_in_struct
    self.assertEqual(result, expected)
AssertionError: 3.923919392286974e+252 != 5.85987
History
Date User Action Args
2019-09-25 11:20:34vstinnersetrecipients: + vstinner
2019-09-25 11:20:34vstinnersetmessageid: <1569410434.07.0.844620154982.issue38272@roundup.psfhosted.org>
2019-09-25 11:20:34vstinnerlinkissue38272 messages
2019-09-25 11:20:33vstinnercreate