]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44349: Fix edge case when displaying text from files with encoding in syntax...
authorPablo Galindo <Pablogsal@gmail.com>
Tue, 8 Jun 2021 23:54:29 +0000 (00:54 +0100)
committerGitHub <noreply@github.com>
Tue, 8 Jun 2021 23:54:29 +0000 (00:54 +0100)
commit9fd21f649d66dcb10108ee395fd68ed32c8239cd
treef04ca9dce4d4cad34d7833252326cd195031283a
parent2ea6d890281c415e0a2f00e63526e592da8ce3d9
bpo-44349: Fix edge case when displaying text from files with encoding in syntax errors (GH-26611)
Lib/test/test_exceptions.py
Misc/NEWS.d/next/Core and Builtins/2021-06-08-22-49-06.bpo-44349.xgEgeA.rst [new file with mode: 0644]
Parser/pegen.c