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: struct lconv does not have decimal_point on android platform
Type: compile error Stage: resolved
Components: Cross-Build Versions: Python 3.5
process
Status: closed Resolution: duplicate
Dependencies: Superseder: Android's incomplete locale.h implementation prevents cross-compilation
View: 20305
Assigned To: Nosy List: lizhenhua, skrah
Priority: normal Keywords: patch

Created on 2014-04-28 02:02 by lizhenhua, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
lconv_member.patch lizhenhua, 2014-04-28 02:02 patch for decimal_point on android review
Messages (2)
msg217335 - (view) Author: Li Zhenhua (lizhenhua) * Date: 2014-04-28 02:02
When compile python for android, it gets error because struct lconv does not have a member "decimal_point".
msg217350 - (view) Author: Stefan Krah (skrah) * (Python committer) Date: 2014-04-28 09:03
This looks like a duplicate.
History
Date User Action Args
2022-04-11 14:58:02adminsetgithub: 65570
2014-04-28 09:03:22skrahsetstatus: open -> closed

superseder: Android's incomplete locale.h implementation prevents cross-compilation

nosy: + skrah
messages: + msg217350
resolution: duplicate
stage: resolved
2014-04-28 02:02:39lizhenhuacreate