[issue21390] strdup may cause Segment Fault on Android

2014-04-30 Thread Li Zhenhua
New submission from Li Zhenhua: On Android platform, when run "python" command without any scripts, it may crash, get an error message "Segment Fault". This is because strdup with a NULL pointer. Details: In file Modules/readline.c, function static void setup_

[issue21371] struct lconv does not have decimal_point on android platform

2014-04-27 Thread Li Zhenhua
New submission from Li Zhenhua: When compile python for android, it gets error because struct lconv does not have a member "decimal_point". -- components: Cross-Build files: lconv_member.patch keywords: patch messages: 217335 nosy: lizhenhua priority: normal severity: nor