[issue26526] In parsermodule.c, replace over 2KLOC of hand-crafted validation code, with a DFA

A. Skrobov report at bugs.python.org
Mon Aug 15 08:49:57 EDT 2016


A. Skrobov added the comment:

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 ?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26526>
_______________________________________


More information about the Python-bugs-list mailing list