]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-138239: Fix incorrect highlighting of "type" in type statements in the...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 7 Oct 2025 21:02:32 +0000 (23:02 +0200)
committerGitHub <noreply@github.com>
Tue, 7 Oct 2025 21:02:32 +0000 (23:02 +0200)
commit61d49a5d37fbff7839fe7f2f746bbc9d464feb87
tree2b185554664c62843731412147e70e7c1b4a5c7e
parente953cead6104f96f70a0cf944ab8bc47e63811de
[3.14] gh-138239: Fix incorrect highlighting of "type" in type statements in the REPL (GH-138241) (GH-138937)

(cherry picked from commit 26cfb1794255222b20cd7b502ab9193861df3184)

Co-authored-by: 00ll00 <40747228+00ll00@users.noreply.github.com>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Lib/_pyrepl/utils.py
Lib/test/test_pyrepl/test_reader.py
Misc/NEWS.d/next/Library/2025-08-29-12-56-55.gh-issue-138239.uthZFI.rst [new file with mode: 0644]