]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove unnecessary grammar decorations and change header (GH-20819) (GH-22101)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 4 Sep 2020 23:40:54 +0000 (16:40 -0700)
committerGitHub <noreply@github.com>
Fri, 4 Sep 2020 23:40:54 +0000 (00:40 +0100)
(cherry picked from commit b4282dd15079ed46edc9d382b21422320a0af94f)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
Grammar/python.gram

index 44d435cc159ea3d83dd145869463537e55077de3..334a7f56f01070ae914b3b38a66f361012d98c23 100644 (file)
@@ -1,6 +1,5 @@
-# Simplified grammar for Python
+# PEG grammar for Python
 
-@bytecode True
 @trailer '''
 void *
 _PyPegen_parse(Parser *p)