Message 264331 - Python tracker
Message264331
| 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:58 | gregory.p.smith | set | recipients: + gregory.p.smith, skrah, xdegaye, Roman.Evstifeev, Alex.Willmer |
| 2016-04-26 21:23:58 | gregory.p.smith | set | messageid: <1461705838.36.0.75383680849.issue26862@psf.upfronthosting.co.za> |
| 2016-04-26 21:23:58 | gregory.p.smith | link | issue26862 messages |
| 2016-04-26 21:23:58 | gregory.p.smith | create | |