]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-47212: Improve error messages for un-parenthesized generator expressions (GH...
authorMatthieu Dartiailh <marul@laposte.net>
Tue, 5 Apr 2022 13:47:13 +0000 (15:47 +0200)
committerGitHub <noreply@github.com>
Tue, 5 Apr 2022 13:47:13 +0000 (14:47 +0100)
commitaa0f056a00c4bcaef83d729e042359ddae903382
tree45b026af73776c5f38423e44b989df335f52f405
parentf1606a5ba50bdc4e7d335d62297b4b4043a25e6e
bpo-47212: Improve error messages for un-parenthesized generator expressions (GH-32302)
Grammar/python.gram
Lib/test/test_exceptions.py
Lib/test/test_syntax.py
Misc/NEWS.d/next/Core and Builtins/2022-04-05-11-29-21.bpo-47212.leF4pz.rst [new file with mode: 0644]
Parser/action_helpers.c
Parser/parser.c
Parser/pegen.h