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 gregory.p.smith
Recipients Alex.Willmer, Roman.Evstifeev, gregory.p.smith, skrah, xdegaye
Date 2016-04-26.21:23:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461705838.36.0.75383680849.issue26862@psf.upfronthosting.co.za>
In-reply-to
Content
I have no problem just removing the #ifdef as Android API 21 is now old enough (Lollipop / 5.0) that anyone building Python 3.6 for use on Android is probably fine with it.

If there is a #define that can be used to test the android api level at compile time, adding that to the #if is another approach and would keep people who are trying to run something on an older version happy.
History
Date User Action Args
2016-04-26 21:23:58gregory.p.smithsetrecipients: + gregory.p.smith, skrah, xdegaye, Roman.Evstifeev, Alex.Willmer
2016-04-26 21:23:58gregory.p.smithsetmessageid: <1461705838.36.0.75383680849.issue26862@psf.upfronthosting.co.za>
2016-04-26 21:23:58gregory.p.smithlinkissue26862 messages
2016-04-26 21:23:58gregory.p.smithcreate