[Python-Dev] Python for android - successfully cross-compiled without patches

Brett Cannon brett at python.org
Tue Dec 15 14:33:29 EST 2015


On Tue, 15 Dec 2015 at 10:48 Dmitry Moskalchuk <dm at crystax.net> wrote:

> Olemis Lang <olemis <at> gmail.com> writes:
>
> >
> > Wow ! Awesome ! What specific ISA version(s) and/or device(s) have you
> tried ?
> >
>
> Hi Olemis,
>
> I'm Dmitry Moskalchuk, initial author and main contributor of CrystaX NDK.
> I could provide details if needed.
>
> Answering your question, I assume by ISA you mean
> "Instruction Set Architecture", isn't?
>
> We've running Python on ARMv7 (32-bit) and ARMv8 (64-bit) devices,
> as well as on x86 (32-bit) tablets. We'll run it on x86_64 and mips devices
> too with time.
>
> We'd like to include comprehensive testing of Python into process of
> automatic regression testing of CrystaX NDK and we'd be very appreciated
> if you or someone else could point us to documentation or examples how to
> do that.
>

If you want to run the CPython test suite you can look at
https://docs.python.org/devguide/runtests.html .
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-dev/attachments/20151215/7ae7e6ed/attachment.html>


More information about the Python-Dev mailing list