]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40593: Improve syntax errors for invalid characters in source code. (GH-20033)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 12 May 2020 09:42:04 +0000 (12:42 +0300)
committerGitHub <noreply@github.com>
Tue, 12 May 2020 09:42:04 +0000 (12:42 +0300)
commit74ea6b5a7501fb393cd567fb21998d0bfeeb267c
tree6f82cb1ae91f9cc21e0181f7284039b7d58d0309
parentf3a5b7ada0c951f317dbd307de4b410e58d3e1b3
bpo-40593: Improve syntax errors for invalid characters in source code. (GH-20033)
Include/cpython/unicodeobject.h
Include/errcode.h
Lib/test/test_fstring.py
Lib/test/test_source_encoding.py
Lib/test/test_unicode_identifiers.py
Misc/NEWS.d/next/Core and Builtins/2020-05-11-13-50-52.bpo-40593.yuOXj3.rst [new file with mode: 0644]
Objects/unicodeobject.c
Parser/pegen/pegen.c
Parser/tokenizer.c
Python/pythonrun.c