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 pablogsal
Recipients christian.heimes, lys.nikolaou, pablogsal
Date 2020-06-12.12:56:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Note that although we could just exit if the length of the line is smaller than the column offset before calling https://github.com/python/cpython/blob/master/Parser/pegen.c#L148 (I assume that is the problem) is more important to understand how are we reaching that situation.
History
Date User Action Args
2020-06-12 12:56:09pablogsalsetrecipients: + pablogsal, christian.heimes, lys.nikolaou
2020-06-12 12:56:09pablogsalsetmessageid: <[email protected]>
2020-06-12 12:56:09pablogsallinkissue40958 messages
2020-06-12 12:56:09pablogsalcreate