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 yan12125
Recipients Alex.Willmer, doko, martin.panter, python-dev, twouters, vstinner, xdegaye, yan12125
Date 2017-01-05.13:45:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483623903.63.0.286921572957.issue26851@psf.upfronthosting.co.za>
In-reply-to
Content
> Note that the system libffi must also be compiled with these same flags

Just tried. With my packaging scripts, CPython on ARM is compiled with -mfloat-abi=softfp -mfpu=vfpv3-d16 while libffi not. test_ctypes pass as usual. Maybe ctypes test suite is not complete?

And by the way, if all packages on a system should be compiled with the same set of flags, shouldn't those flags specified in build/package scripts rather than Makefile of individual packages?
History
Date User Action Args
2017-01-05 13:45:03yan12125setrecipients: + yan12125, twouters, doko, vstinner, xdegaye, python-dev, martin.panter, Alex.Willmer
2017-01-05 13:45:03yan12125setmessageid: <1483623903.63.0.286921572957.issue26851@psf.upfronthosting.co.za>
2017-01-05 13:45:03yan12125linkissue26851 messages
2017-01-05 13:45:03yan12125create