]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42214: Fix check for NOTEQUAL token in the PEG parser for the barry_as_flufl...
authorPablo Galindo <Pablogsal@gmail.com>
Fri, 30 Oct 2020 23:48:42 +0000 (23:48 +0000)
committerGitHub <noreply@github.com>
Fri, 30 Oct 2020 23:48:42 +0000 (23:48 +0000)
commit06f8c3328dcd81c84d1ee2b3a57b5381dcb38482
treecc3ad1395744a8eba15c779480a9ce9276e8bc5f
parent6e03c0ad156797cd6e9132e895d55dac0344d340
bpo-42214: Fix check for NOTEQUAL token in the PEG parser for the barry_as_flufl rule (GH-23048)
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/parser.c
Parser/pegen.c
Parser/pegen.h