[Python-Dev] Support of the Android platform

Xavier de Gaye xdegaye at gmail.com
Tue Dec 12 04:50:53 EST 2017


On 12/11/2017 04:14 PM, Victor Stinner wrote:
 > I'm asking for precise hardware specifications since Red Hat may be
 > able to provide one through the https://osci.io/ program.

Is it acceptable to run the arm buildbots only on a weekly basis ?

For all the architectures (x86_64, armv7 and arm64), the tests are run with the same Python code, built with the same tools and running on the same operating system that runs on emulators using the 
same configuration.

If we do not take into account the ctypes issue, there is only one issue (issue 26939 [1]) among all the Android issues that is specific to arm, and it is not even really an arm issue but an issue 
related to the slowness of the emulator that has been fixed by increasing in a test the switch interval with sys.setswitchinterval().

Xavier

[1] https://bugs.python.org/issue26939



More information about the Python-Dev mailing list