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 doko, iritkatriel, meador.inge, rkuska, sYnfo, vstinner
Date 2021-09-09.21:14:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1631222052.37.0.438170436728.issue23249@roundup.psfhosted.org>
In-reply-to
Content
> Original bug report at https://bugzilla.redhat.com/show_bug.cgi?id=1174037

The bug was reported on Fedora (Linux).

We do now have a multiple AArch64 buildbots running Fedora and the whole test suite now pass there.

Example with "aarch64 Fedora Stable 3.x":
https://buildbot.python.org/all/#/builders/125/builds/612

"0:00:03 load avg: 4.20 [ 62/427] test_ctypes passed"

So yes, this issue can now be fixed ;-)

FYI Python is built with --with-system-ffi on Fedora, but buildbots don't use this flag. I'm working on using --with-system-ffi on buildbots, see:
https://github.com/python/buildmaster-config/pull/264
History
Date User Action Args
2021-09-09 21:14:12vstinnersetrecipients: + vstinner, doko, meador.inge, sYnfo, rkuska, iritkatriel
2021-09-09 21:14:12vstinnersetmessageid: <1631222052.37.0.438170436728.issue23249@roundup.psfhosted.org>
2021-09-09 21:14:12vstinnerlinkissue23249 messages
2021-09-09 21:14:12vstinnercreate