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
Date 2020-05-19.19:05:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1589915135.03.0.240212573029.issue40688@roundup.psfhosted.org>
In-reply-to
Content
All the scripts in Tools/peg_generator/scripts need to be updated, since they mostly assume that ast.parse and compile use the old parser. We can use the _peg_parser extension module instead, but it well need some enhancements so that it also supports compilation to bytecode.
History
Date User Action Args
2020-05-19 19:05:35lys.nikolaousetrecipients: + lys.nikolaou, gvanrossum, pablogsal
2020-05-19 19:05:35lys.nikolaousetmessageid: <1589915135.03.0.240212573029.issue40688@roundup.psfhosted.org>
2020-05-19 19:05:34lys.nikolaoulinkissue40688 messages
2020-05-19 19:05:34lys.nikolaoucreate