[issue34919] Crash caused by certain characters in a string

2021-07-06 Thread Irit Katriel
Irit Katriel added the comment: As per message https://bugs.python.org/issue34919#msg327639, the issue was fixed in 3.7.1. -- nosy: +iritkatriel resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker

[issue34919] Crash caused by certain characters in a string

2018-10-13 Thread Terry J. Reedy
Terry J. Reedy added the comment: An upgrade of the same version and bitness binary by the PSF Windows and Mac installers is done, by default, in place, so your Python scripts should not notice the difference, except for the bug fixes. At least on Windows, downgrading requires uninstall,

[issue34919] Crash caused by certain characters in a string

2018-10-13 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Thanks @cwickens for the confirmation. It's still weird that I used one of the problematic strings in the repo and it didn't crash with 3.7.0 on my Ubuntu machine. I tried testing with Mac OS again since you mentioned it was reproducible now. I

[issue34919] Crash caused by certain characters in a string

2018-10-13 Thread cwickens
Change by cwickens : -- components: -Windows ___ Python tracker ___ ___ 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 Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Just noticed that you have mentioned that it doesn't crash in Linux in the GitHub repo. I tried the same in Ubuntu and if it's due to the mentioned issue I think it should crash in Linux too. Anyway it's worth giving 3.7RC1 a try to validate this.

[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

[issue34919] Crash caused by certain characters in a string

2018-10-12 Thread Terry J. Reedy
Terry J. Reedy added the comment: The report is based on a crash running the otree plugin (proper term?) for the Django framework. For a bug to be our responsibility, it must be present in the cpython repository, and should be reproducible without installing 3rd party modules. For

[issue34919] Crash caused by certain characters in a string

2018-10-07 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Thanks for the report. Can you please try this with 3.7.0 RC1 to see if it's reproducible? I think this similar to issue34087 that was present only in 3.7 and master which also has a Django project. There was a similar report with issue34241 with

[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 that