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 Isaac Elliott
Recipients Isaac Elliott
Date 2018-03-27.00:20:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1522110040.69.0.467229070634.issue33149@psf.upfronthosting.co.za>
In-reply-to
Content
Because of the way recursive descent parsing works,

[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[

is actually the minimal input required to reproduce this in python3.

In python2, the bug is still present, but requires a slightly deeper nesting:

[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[
History
Date User Action Args
2018-03-27 00:20:40Isaac Elliottsetrecipients: + Isaac Elliott
2018-03-27 00:20:40Isaac Elliottsetmessageid: <1522110040.69.0.467229070634.issue33149@psf.upfronthosting.co.za>
2018-03-27 00:20:40Isaac Elliottlinkissue33149 messages
2018-03-27 00:20:40Isaac Elliottcreate