]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45811: Improve error message when source code contains invisible control characte...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Sat, 20 Nov 2021 18:28:28 +0000 (18:28 +0000)
committerGitHub <noreply@github.com>
Sat, 20 Nov 2021 18:28:28 +0000 (18:28 +0000)
commit81f4e116ef7d30ef6e2041c2d6cf29af511a3a02
tree73b411df7a7dc4c50c78b0fa19e063d1bdbd72f1
parent7a1d9325287a39528b795b1e8037146777abfe3e
bpo-45811: Improve error message when source code contains invisible control characters (GH-29654)
Lib/test/test_syntax.py
Misc/NEWS.d/next/Core and Builtins/2021-11-20-02-25-06.bpo-45811.B-1Gsr.rst [new file with mode: 0644]
Parser/tokenizer.c