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 xdegaye
Recipients Alex.Willmer, Roman.Evstifeev, eric.snow, ethan.furman, xdegaye, yan12125, zach.ware
Date 2016-07-21.17:03:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469120602.58.0.110763483305.issue26865@psf.upfronthosting.co.za>
In-reply-to
Content
Larry asked in msg 270937:
> Is there a plan to make Android a supported platform in 3.6?

This is the list of Android related issues that will modify the standard library and core Python when fixed:

    issue 16255: subrocess.Popen needs /bin/sh but Android only has /system/bin/sh
[1] issue 26851: android compilation and link flags
    issue 22724: byte-compile fails for cross-builds
    issue 23968: rename the platform directory from plat-$(MACHDEP) to plat-$(PLATFORM_TRIPLET)
    issue 26919: android: test_cmd_line fails
    issue 26920: android: test_sys fails
    issue 26928: _bootlocale imports locale at startup on Android, causing test_site to fail
    issue 26937: android: test_tarfile fails
    issue 26934: android: test_faulthandler fails
    issue 26929: android: test_strptime fails
[2] issue 26942: android: test_ctypes crashes on armv7

All the other issues listed here in this meta-issue are changes to the test suite (mostly skipping some tests). A buildbot must also be setup for the Android emulators and maybe also for an Android device. That means installing the Android sdk and ndk and a build system on the buildbot.

[1] Issue 26851 is an enhancement.
[2] The root cause in issue 26942 is unknown yet.
History
Date User Action Args
2016-07-21 17:03:22xdegayesetrecipients: + xdegaye, ethan.furman, eric.snow, Roman.Evstifeev, zach.ware, Alex.Willmer, yan12125
2016-07-21 17:03:22xdegayesetmessageid: <1469120602.58.0.110763483305.issue26865@psf.upfronthosting.co.za>
2016-07-21 17:03:22xdegayelinkissue26865 messages
2016-07-21 17:03:22xdegayecreate