]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-105390: Correctly raise TokenError instead of SyntaxError for tokenize...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 7 Jun 2023 11:38:36 +0000 (04:38 -0700)
committerGitHub <noreply@github.com>
Wed, 7 Jun 2023 11:38:36 +0000 (12:38 +0100)
commitc84d4d165dd92e41d6d8661e71b9fd9ac03bfd9e
treee8f0ccd59d0f309720d7312e594e64703317c560
parentc607551baf62d7201b147f20095160eee0140684
[3.12] gh-105390: Correctly raise TokenError instead of SyntaxError for tokenize errors (GH-105399) (#105439)
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