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 A. Skrobov
Recipients A. Skrobov, benjamin.peterson, berker.peksag, brett.cannon, fdrake, giampaolo.rodola, gregory.p.smith, python-dev, serhiy.storchaka, xcombelle
Date 2016-08-15.12:49:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471265397.51.0.82707602883.issue26526@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks Xavier! Yes, this is the same DFA that's used by the main Python parser. For some reason, parsermodule didn't previously reuse it, but instead did its own thing.

Any volunteers to review the other patch for Python parser, at http://bugs.python.org/issue26415 ?
History
Date User Action Args
2016-08-15 12:49:57A. Skrobovsetrecipients: + A. Skrobov, fdrake, brett.cannon, gregory.p.smith, giampaolo.rodola, benjamin.peterson, python-dev, berker.peksag, serhiy.storchaka, xcombelle
2016-08-15 12:49:57A. Skrobovsetmessageid: <1471265397.51.0.82707602883.issue26526@psf.upfronthosting.co.za>
2016-08-15 12:49:57A. Skrobovlinkissue26526 messages
2016-08-15 12:49:57A. Skrobovcreate