]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46054: Fix parsing error when parsing non-utf8 characters in source files (GH...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Sun, 12 Dec 2021 07:06:50 +0000 (07:06 +0000)
committerGitHub <noreply@github.com>
Sun, 12 Dec 2021 07:06:50 +0000 (07:06 +0000)
commit4325a766f5f603ef6dfb8c4d5798e5e73cb5efd5
treeaf6a6984dcbce46cad39d8d3fc669909cb36ffc9
parent59435eea08d30796174552c0ca03c59b41adf8a5
bpo-46054: Fix parsing error when parsing non-utf8 characters in source files (GH-30068)
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