]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] bpo-42214: Fix check for NOTEQUAL token in the PEG parser for the barry_as_fluf...
authorPablo Galindo <Pablogsal@gmail.com>
Sat, 31 Oct 2020 00:40:42 +0000 (00:40 +0000)
committerGitHub <noreply@github.com>
Sat, 31 Oct 2020 00:40:42 +0000 (00:40 +0000)
commitddcd57e3ea75ab0ad370bbaaa6b76338edbca395
treead2dc28a4ee0ccb922517d4af8a868a3ce19d08a
parent09c6120be8c70366495b027ae3daa213609de3ed
[3.9] bpo-42214: Fix check for NOTEQUAL token in the PEG parser for the barry_as_flufl rule (GH-23048) (GH-23051)

(cherry picked from commit 06f8c3328dcd81c84d1ee2b3a57b5381dcb38482)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
Grammar/python.gram
Lib/test/test_syntax.py
Misc/NEWS.d/next/Core and Builtins/2020-10-30-22-16-30.bpo-42214.lXskM_.rst [new file with mode: 0644]
Parser/pegen/parse.c
Parser/pegen/pegen.c
Parser/pegen/pegen.h