]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40750: Support -d flag in the new parser (GH-20340)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 25 May 2020 17:58:03 +0000 (10:58 -0700)
committerGitHub <noreply@github.com>
Mon, 25 May 2020 17:58:03 +0000 (10:58 -0700)
commit82da2c3eb4d69b55d9e300ab5d9c1d22bd09b9cd
tree0e246080e54ee87a2f05b0650469b134c5f01b98
parent9a5e643483578c3a944ceb5aa511d6c24280aedc
bpo-40750: Support -d flag in the new parser (GH-20340)

(cherry picked from commit 800a35c623bbcdb5793c7d7a4974524286311479)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
Misc/NEWS.d/next/Core and Builtins/2020-05-24-02-42-26.bpo-40750.ZmO9Ev.rst [new file with mode: 0644]
Parser/pegen/parse.c
Parser/pegen/pegen.c
Parser/pegen/pegen.h
Tools/peg_generator/pegen/c_generator.py
Tools/peg_generator/pegen/testutil.py