[New-bugs-announce] [issue40688] PEG Generator: Fix scripts to always use the correct parser

Lysandros Nikolaou report at bugs.python.org
Tue May 19 15:05:35 EDT 2020


New submission from Lysandros Nikolaou <lisandrosnik at gmail.com>:

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.

----------
assignee: lys.nikolaou
components: Demos and Tools
messages: 369381
nosy: gvanrossum, lys.nikolaou, pablogsal
priority: normal
severity: normal
status: open
title: PEG Generator: Fix scripts to always use the correct parser
type: behavior
versions: Python 3.10, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40688>
_______________________________________


More information about the New-bugs-announce mailing list