This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients cwickens, paul.moore, steve.dower, terry.reedy, tim.golden, xtreak, zach.ware
Date 2018-10-12.17:24:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1539365041.91.0.788709270274.issue34919@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-10-12 17:24:01terry.reedysetrecipients: + terry.reedy, paul.moore, tim.golden, zach.ware, steve.dower, xtreak, cwickens
2018-10-12 17:24:01terry.reedysetmessageid: <1539365041.91.0.788709270274.issue34919@psf.upfronthosting.co.za>
2018-10-12 17:24:01terry.reedylinkissue34919 messages
2018-10-12 17:24:01terry.reedycreate