➜

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.

作者 xdegaye
收信人 Alex.Willmer, Roman.Evstifeev, eric.snow, ethan.furman, xdegaye, yan12125, zach.ware
日期 2016-07-21.17:03:22
SpamBayes Score -1.0
Marked as misclassified 是
Message-id <1469120602.58.0.110763483305.issue26865@psf.upfronthosting.co.za>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2016-07-21 17:03:22xdegaye修改recipients: + xdegaye, ethan.furman, eric.snow, Roman.Evstifeev, zach.ware, Alex.Willmer, yan12125
2016-07-21 17:03:22xdegaye修改messageid: <1469120602.58.0.110763483305.issue26865@psf.upfronthosting.co.za>
2016-07-21 17:03:22xdegaye链接issue26865 messages
2016-07-21 17:03:22xdegaye创建