diff options
author | Lysandros Nikolaou <lisandrosnik@gmail.com> | 2020-05-25 22:51:58 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-25 20:51:58 +0100 |
commit | 9645930b5bc1833ef495891d22052d1ba65ab7ea (patch) | |
tree | 237911f4e1a9db4f00933a9bfc4fea7bacd31bc2 /.github | |
parent | bpo-23082: Better error message for PurePath.relative_to() from pathlib (GH-1... (diff) | |
download | cpython-9645930b5bc1833ef495891d22052d1ba65ab7ea.tar.gz cpython-9645930b5bc1833ef495891d22052d1ba65ab7ea.tar.bz2 cpython-9645930b5bc1833ef495891d22052d1ba65ab7ea.zip |
bpo-40688: Use the correct parser in the peg_generator scripts (GH-20235)
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.
Diffstat (limited to '.github')
0 files changed, 0 insertions, 0 deletions