]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40335: Correctly handle multi-line strings in tokenize error scenarios (GH-19619)
authorPablo Galindo <Pablogsal@gmail.com>
Tue, 21 Apr 2020 00:53:04 +0000 (01:53 +0100)
committerGitHub <noreply@github.com>
Tue, 21 Apr 2020 00:53:04 +0000 (01:53 +0100)
commit11a7f158ef51b0edcde3c3d9215172354e385877
tree3bb7e125dce1a522ccbbe1ffbd14204c71bc852e
parent6a9e80a93148b13e4d3bceaab5ea1804ab0e64d5
bpo-40335: Correctly handle multi-line strings in tokenize error scenarios (GH-19619)

Co-authored-by: Guido van Rossum <gvanrossum@gmail.com>
Lib/test/test_exceptions.py
Parser/parsetok.c
Parser/tokenizer.c