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 christian.heimes
Recipients Anthony Sottile, christian.heimes, pablogsal, vstinner
Date 2021-05-05.07:39:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1620200392.77.0.0137919664086.issue44043@roundup.psfhosted.org>
In-reply-to
Content
I have talked to our Fedora release engineers. They don't see any issues with armv7hl builds of Python 3.10.0b1. All tests are passing. https://koji.fedoraproject.org/koji/taskinfo?taskID=67234161

Ubuntu's armhf and Fedora's armv7hl both have the platform triplet "arm-linux-gnueabihf". Could the issue be caused by GCC version difference or compiler flags? Fedora uses GCC arch flags -march=armv7-a -mfpu=vfpv3-d16 -mtune=generic-armv7-a -mabi=aapcs-linux -mfloat-abi=hard.
History
Date User Action Args
2021-05-05 07:39:52christian.heimessetrecipients: + christian.heimes, vstinner, Anthony Sottile, pablogsal
2021-05-05 07:39:52christian.heimessetmessageid: <1620200392.77.0.0137919664086.issue44043@roundup.psfhosted.org>
2021-05-05 07:39:52christian.heimeslinkissue44043 messages
2021-05-05 07:39:52christian.heimescreate