]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43822: Prioritize tokenizer errors over custom syntax errors when raising parser...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 4 May 2021 01:07:43 +0000 (18:07 -0700)
committerGitHub <noreply@github.com>
Tue, 4 May 2021 01:07:43 +0000 (18:07 -0700)
commitd1ff838d1091853ed6f56bc1573606dc0d74a691
tree7d72197323ead46e2016c62236aa88293d70300f
parent756b7b9248885d65c2b3b9f1c5a8f66aa2e8de7a
bpo-43822: Prioritize tokenizer errors over custom syntax errors when raising parser exceptions (GH-25866)

(cherry picked from commit 9142088e7454a392b69a627863b235ecc32aea54)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>