]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44335: Fix a regression when identifying invalid characters in syntax errors...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 8 Jun 2021 11:46:56 +0000 (04:46 -0700)
committerGitHub <noreply@github.com>
Tue, 8 Jun 2021 11:46:56 +0000 (04:46 -0700)
commit933b5b63598968c1ab4976f92570696a33c72cc4
treea7335ead2f8290807b12bd21a5eb9b073b255944
parentd80f4265db63a1692455abb8d1c77d0d72151bbb
bpo-44335: Fix a regression when identifying invalid characters in syntax errors (GH-26589)

(cherry picked from commit d334c73b56756e90c33ce06e3a6ec23271aa099d)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
Lib/test/test_exceptions.py
Misc/NEWS.d/next/Core and Builtins/2021-06-08-01-13-47.bpo-44335.GQTTkl.rst [new file with mode: 0644]
Parser/pegen.c