[issue34919] Crash caused by certain characters in a string

2018-10-13 Thread cwickens
Change by cwickens : -- components: -Windows ___ Python tracker <https://bugs.python.org/issue34919> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34919] Crash caused by certain characters in a string

2018-10-13 Thread cwickens
cwickens added the comment: Actually I was mistaken: it does reproduce with 3.7.0 on MacOS. I just tried it again; I guess the first time I must have copied the problematic string incorrectly (as even changing by 1 char seems to affect whether it crashes). Below is the crash report. Anyway

[issue34919] Crash caused by certain characters in a string

2018-10-13 Thread cwickens
cwickens added the comment: OK thank you for the explanations. It does indeed sound a lot like issue 34241. I will test as soon as I get a chance. Anyway, I am OK with this bug being closed. -- ___ Python tracker <https://bugs.python.

[issue34919] Crash caused by certain characters in a string

2018-10-07 Thread cwickens
New submission from cwickens : Clone the following repo and follow the repro steps described in the readme: https://github.com/oTree-org/py37bug It seems that using certain non-ASCII characters in parts of a string crashes Python. In the README I listed the strings that are OK and those