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 lys.nikolaou
Recipients gvanrossum, lys.nikolaou, pablogsal, terry.reedy
Date 2020-10-26.22:41:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1603752075.12.0.383021373508.issue42123@roundup.psfhosted.org>
In-reply-to
Content
We do not have a big corpus of SyntaxErrors to test against, but some manual testing of running a file with a SyntaxError after a long complex line 1000 times shows no slowdown.

We keep the token stream for the second run, so we don't need to run the tokenizer all over again and the parsing is done much more quickly.
History
Date User Action Args
2020-10-26 22:41:15lys.nikolaousetrecipients: + lys.nikolaou, gvanrossum, terry.reedy, pablogsal
2020-10-26 22:41:15lys.nikolaousetmessageid: <1603752075.12.0.383021373508.issue42123@roundup.psfhosted.org>
2020-10-26 22:41:15lys.nikolaoulinkissue42123 messages
2020-10-26 22:41:15lys.nikolaoucreate