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 mattip
Recipients doko, larry, mark.dickinson, mattip, meador.inge, python-dev, rkuska, steve.dower
Date 2015-01-15.18:35:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
it seems the problem is that the bundled libffi version in Modules/_ctypes/libffi needs updating. The fix for aarch64 is a simple one-liner (tested on 2.7 in a aarch64 vm), for both HEAD and 2.7 (attached), but perhaps a better fix would be to update the bundled libffi?
History
Date User Action Args
2015-01-15 18:35:17mattipsetrecipients: + mattip, doko, mark.dickinson, larry, meador.inge, python-dev, steve.dower, rkuska
2015-01-15 18:35:17mattipsetmessageid: <[email protected]>
2015-01-15 18:35:17mattiplinkissue20160 messages
2015-01-15 18:35:17mattipcreate