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_
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