I can confirm master (Python 2.7.9) have already the support for aarch64 included.
On 4 March 2015 at 15:04, Tudor Florea <tudor.florea@enea.com> wrote:
Python have its own version of libffi used for ctypes module.
libffi 3.0.10 contained in original source of Python-2.7.3 does not have
support for aarch64 architecture.
This is patch is backport support for aarch64 from libffi 3.1
Can you confirm that this is already fixed in master by having Python 2.7.9?
Ross