]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40334: Reproduce error message for type comments on bare '*' in the new parser...
authorLysandros Nikolaou <lisandrosnik@gmail.com>
Mon, 18 May 2020 19:14:47 +0000 (22:14 +0300)
committerGitHub <noreply@github.com>
Mon, 18 May 2020 19:14:47 +0000 (20:14 +0100)
commit75b863aa97016c6813709eb620c43295f84dd51f
tree42e29d58a8f325cbbd43bb910837ae1cb8ca0666
parentd71a6492dbd5434dfa6a0ad95e3ad98aa690887a
bpo-40334: Reproduce error message for type comments on bare '*' in the new parser (GH-20151)
Grammar/python.gram
Lib/test/test_syntax.py
Parser/pegen/parse.c
Parser/pegen/pegen.c
Parser/pegen/pegen.h