From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 4 May 2021 01:07:43 +0000 (-0700) Subject: bpo-43822: Prioritize tokenizer errors over custom syntax errors when raising parser... X-Git-Tag: v3.10.0b2~168 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d1ff838d1091853ed6f56bc1573606dc0d74a691;p=thirdparty%2FPython%2Fcpython.git 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 ---