]> 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:06:45 +0000 (18:06 -0700)
committerGitHub <noreply@github.com>
Tue, 4 May 2021 01:06:45 +0000 (18:06 -0700)
commit756b7b9248885d65c2b3b9f1c5a8f66aa2e8de7a
tree7d72197323ead46e2016c62236aa88293d70300f
parent4d58730a3ade8dff09619ec8a7a01ef01bff99d1
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>
Lib/test/test_exceptions.py
Misc/NEWS.d/next/Core and Builtins/2021-05-04-01-01-04.bpo-43822.9VeCg0.rst [new file with mode: 0644]
Parser/pegen.c