◐ Shell
clean mode source ↗

Issue 21371: struct lconv does not have decimal_point on android platform

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