Terry J. Reedy <tjre...@udel.edu> 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 instance, while #34807 and #34241 reported crashes while using 
Django, the test added to the test suite involved a trivial expression:
   int/float/complex('\u3053\u3093\u306b\u3061\u306f')

The fix in #34807 was merged after 3.7.0 was released, hence the request to 
test with 3.7.1rc1 (or the upcoming soon 3.7.1rc2) or an updated clone.

The literal "¿AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" by itself 
does not cause a crash.  If the crash persists with 3.7.1, please  find the 
code that processes the label string and extract the minimal code that results 
in a crash.

----------
nosy: +terry.reedy

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue34919>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to