diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2020-05-25 20:11:36 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-25 20:11:36 (GMT) |
commit | 3c6c86ab77464e6bcb489064d0ec1be5d1b19f3a (patch) | |
tree | 59defc555399f9962e7de0834096672c6f548de1 /Python/Python-ast.c | |
parent | 318a18eb889e8733ffb25ada139fdd423606a609 (diff) | |
download | cpython-3c6c86ab77464e6bcb489064d0ec1be5d1b19f3a.zip cpython-3c6c86ab77464e6bcb489064d0ec1be5d1b19f3a.tar.gz cpython-3c6c86ab77464e6bcb489064d0ec1be5d1b19f3a.tar.bz2 |
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.
(cherry picked from commit 9645930b5bc1833ef495891d22052d1ba65ab7ea)
Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
Diffstat (limited to 'Python/Python-ast.c')
0 files changed, 0 insertions, 0 deletions