]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44335: Fix a regression when identifying invalid characters in syntax errors...
authorPablo Galindo <Pablogsal@gmail.com>
Tue, 8 Jun 2021 11:25:22 +0000 (12:25 +0100)
committerGitHub <noreply@github.com>
Tue, 8 Jun 2021 11:25:22 +0000 (12:25 +0100)
commitd334c73b56756e90c33ce06e3a6ec23271aa099d
tree28e6f07127efbed4adea6eb27465977eb281b630
parent6d518bb3a11f9b16098f45b21a13ebe8f537f045
bpo-44335: Fix a regression when identifying invalid characters in syntax errors (GH-26589)
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