]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44368: Ensure we don't raise incorrect custom syntax errors with soft keywords...
authorPablo Galindo <Pablogsal@gmail.com>
Wed, 9 Jun 2021 21:20:01 +0000 (22:20 +0100)
committerGitHub <noreply@github.com>
Wed, 9 Jun 2021 21:20:01 +0000 (22:20 +0100)
commit457ce60fc70f1c9290023f46fb82b6a490dff32e
treece11ef3395d5dee461c809150b57c7ea8f212596
parent878d7e4ee464913438fd59582bbb795e7e0fa387
bpo-44368: Ensure we don't raise incorrect custom syntax errors with soft keywords (GH-26630)
Lib/test/test_exceptions.py
Lib/test/test_syntax.py
Parser/pegen.c