[issue44043] 3.10 b1 armhf Bus Error in hashlib test: test_gil

Christian Heimes report at bugs.python.org
Wed May 5 03:39:52 EDT 2021


Christian Heimes <lists at cheimes.de> added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44043>
_______________________________________


More information about the Python-bugs-list mailing list