[issue34087] float(unicode) may cause segmentation fault

2018-07-13 Thread STINNER Victor
STINNER Victor added the comment: It might be a duplicate of bpo-33954: bug in _PyUnicode_InsertThousandsGrouping(). -- ___ Python tracker ___ ___

[issue34087] float(unicode) may cause segmentation fault

2018-07-13 Thread INADA Naoki
INADA Naoki added the comment: Very thanks! I found I set `export PYTHONMALLOC=pymalloc_debug`. That's why I can't reproduce it. Now I can reproduce and I get where memory is broken, and understood what cause: Python traceback is: Traceback (most recent call first): File "/home/inada-n/t/b