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 vstinner
Recipients pmpp, vstinner
Date 2018-01-25.16:09:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516896592.99.0.467229070634.issue32654@psf.upfronthosting.co.za>
In-reply-to
Content
I wrote PR 5305 for Paul Peny who uses cheap devices (less than 50$, maybe less 20$? I'm not sure) for development, but these devices use old Android versions.

It seems like some people are exchanging patches, in private or in public, for Android API 19. My intent is to make patches upstream, especially small patches which fix compilation of Python on Android API 19.

I'm not sure that we should support API 19.

Xavier de Gaye wants to focus on the future, support API 24 and newer:
https://github.com/xdegaye/cagibi/blob/master/doc/android_support.rst

His document gives many good reasons to not support API < 24.

My intent is not to "fully support" Python on Android API 19. Just to make sure that we can compile Python and that python3 -c pass doesn't crash :-) So only merge the most critical fixes for API 19.

IMHO merging further changes to fix other Python functions should be discussed on a case by base basis.
History
Date User Action Args
2018-01-25 16:09:53vstinnersetrecipients: + vstinner, pmpp
2018-01-25 16:09:52vstinnersetmessageid: <1516896592.99.0.467229070634.issue32654@psf.upfronthosting.co.za>
2018-01-25 16:09:52vstinnerlinkissue32654 messages
2018-01-25 16:09:52vstinnercreate