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 skrah
Recipients lemburg, loewis, shiz, skrah, vstinner
Date 2014-01-20.22:17:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20140120221707.GA31831@sleipnir.bytereef.org>
In-reply-to <1390244889.25.0.657707851949.issue20305@psf.upfronthosting.co.za>
Content
Shiz <report@bugs.python.org> wrote:
> As far as maintaining an Android port for CPython goes; I may be interested
> in this as I'd need to regularly use it anyway. Can anyone tell me what the
> possibilities are here?

There seem to be some external ports already. -- On the other hand, if we
integrate your patches, we'd sort of make Android officially supported.

The problems with this are:

   a) In the past proponents of non-mainstream platforms have not been
      very active after an initial enthusiasm.

   b) There were no build slaves (See http://www.python.org/dev/buildbot/)
      for these platforms.

   c) Many (or all) core committers did not have access to the platform
      in question.

Wikipedia claims that "QEMU also powers the Android emulator which is part of
the Android SDK."  Can you run a build slave with network access and also run
the test suite in this emulator?

Running a build slave is rather easy, see:

https://wiki.python.org/moin/BuildBot
http://bugs.python.org/file24399/buildslave_install.txt
History
Date User Action Args
2014-01-20 22:17:09skrahsetrecipients: + skrah, lemburg, loewis, vstinner, shiz
2014-01-20 22:17:09skrahlinkissue20305 messages
2014-01-20 22:17:08skrahcreate