]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105390: Correctly raise TokenError instead of SyntaxError for tokenize errors...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Wed, 7 Jun 2023 11:04:40 +0000 (12:04 +0100)
committerGitHub <noreply@github.com>
Wed, 7 Jun 2023 11:04:40 +0000 (12:04 +0100)
commitffd26545509b706437ca38bd6db6108c1d0e2326
tree60a2785e5239c132e7ae1f1f2e536d1974476a66
parent27c68a6d8f20090310450862c2c299bb7ba3c160
gh-105390: Correctly raise TokenError instead of SyntaxError for tokenize errors (#105399)
Doc/library/tokenize.rst
Doc/whatsnew/3.12.rst
Lib/test/test_tokenize.py
Lib/tokenize.py
Misc/NEWS.d/next/Core and Builtins/2023-06-06-17-10-42.gh-issue-105390.DvqI-e.rst [new file with mode: 0644]
Python/Python-tokenize.c