]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44368: Ensure we don't raise incorrect custom syntax errors with soft keywords...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 9 Jun 2021 21:45:43 +0000 (14:45 -0700)
committerGitHub <noreply@github.com>
Wed, 9 Jun 2021 21:45:43 +0000 (14:45 -0700)
commitf807a4fad4da8f629ea7fe1f00719e817c77b63c
tree1ef8fc5c3cf24eb407f7a3e8be9ee684c9920200
parent664ae29e6f61988e74cb8753dd4ee71e9ea57227
bpo-44368: Ensure we don't raise incorrect custom syntax errors with soft keywords (GH-26630)

(cherry picked from commit 457ce60fc70f1c9290023f46fb82b6a490dff32e)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
Lib/test/test_exceptions.py
Lib/test/test_syntax.py
Parser/pegen.c