]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44349: Fix edge case when displaying text from files with encoding in syntax...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 9 Jun 2021 00:29:21 +0000 (17:29 -0700)
committerGitHub <noreply@github.com>
Wed, 9 Jun 2021 00:29:21 +0000 (01:29 +0100)
commitc0496093e54edb78d2bd09b083b73e1e5b9e7242
treef9f30b61fd77edb18e2030c32bbf5dabf0754035
parenteeefa7f6c0cc64bc74c3b96a0ebbff1a2b9d3199
bpo-44349: Fix edge case when displaying text from files with encoding in syntax errors (GH-26611) (GH-26616)

(cherry picked from commit 9fd21f649d66dcb10108ee395fd68ed32c8239cd)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
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