]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46054: Fix parsing error when parsing non-utf8 characters in source files (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 12 Dec 2021 16:52:49 +0000 (08:52 -0800)
committerGitHub <noreply@github.com>
Sun, 12 Dec 2021 16:52:49 +0000 (16:52 +0000)
commit94483f1e3cec182fabe19268e579f63045bc984a
treedd22d834f0c0fb57fc167a4b7d83d0777aaf4ca2
parent438817fdd5b731d486285d205bed2e78b655c0d6
bpo-46054: Fix parsing error when parsing non-utf8 characters in source files (GH-30068) (GH-30069)

(cherry picked from commit 4325a766f5f603ef6dfb8c4d5798e5e73cb5efd5)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Lib/test/test_exceptions.py
Misc/NEWS.d/next/Core and Builtins/2021-12-12-05-30-21.bpo-46054.2P-foG.rst [new file with mode: 0644]
Parser/tokenizer.c