mirror of
https://github.com/python/cpython.git
synced 2026-05-08 13:40:46 -04:00
9645930b5b
The scripts in `Tools/peg_generator/scripts` mostly assume that `ast.parse` and `compile` use the old parser, since this was the state of things, while we were developing them. They need to be updated to always use the correct parser. `_peg_parser` is being extended to support both parsing and compiling with both parsers.