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.

classification
Title: Workaround for non-standard stdlib.h on Android
Type: enhancement Stage: resolved
Components: Build Versions: Python 3.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: skrah Nosy List: python-dev, skrah, xdegaye
Priority: normal Keywords:

Created on 2016-04-25 20:47 by skrah, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (5)
msg264199 - (view) Author: Stefan Krah (skrah) * (Python committer) Date: 2016-04-25 20:47
Android's stdlib.h pollutes the namespace by including a memory.h header.
msg264200 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-04-25 20:49
New changeset fae01d14dd4e by Stefan Krah in branch 'default':
Issue #26846: Workaround for non-standard stdlib.h on Android.
https://hg.python.org/cpython/rev/fae01d14dd4e
msg264228 - (view) Author: Xavier de Gaye (xdegaye) * (Python triager) Date: 2016-04-26 07:51
Thanks.
Cross-compilation for android is fine now.
Tested with a run of test_decimal on android emulator.
Maybe issue #26723 can be closed now as well ?
msg264240 - (view) Author: Stefan Krah (skrah) * (Python committer) Date: 2016-04-26 09:14
> Maybe issue #26723 can be closed now as well ?

I think it was already closed, but I added a link to this issue now.
msg264295 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-04-26 14:35
New changeset 287996ff241f by Stefan Krah in branch 'default':
Issue #26846: Post commit cleanup.
https://hg.python.org/cpython/rev/287996ff241f
History
Date User Action Args
2022-04-11 14:58:30adminsetgithub: 71033
2016-04-26 14:35:50python-devsetmessages: + msg264295
2016-04-26 09:14:22skrahsetmessages: + msg264240
2016-04-26 09:12:10skrahlinkissue26723 superseder
2016-04-26 07:51:47xdegayesetmessages: + msg264228
2016-04-25 20:57:03skrahsetstatus: open -> closed
resolution: fixed
stage: resolved
2016-04-25 20:49:49python-devsetnosy: + python-dev
messages: + msg264200
2016-04-25 20:47:32skrahcreate