]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-133516: Raise `ValueError` when constants `True`, `False` or `None` are used as...
authorTERESH1 <svyatoslavtereshin@yandex.ru>
Wed, 7 May 2025 18:11:25 +0000 (21:11 +0300)
committerGitHub <noreply@github.com>
Wed, 7 May 2025 18:11:25 +0000 (19:11 +0100)
commitd9b0b07098ec4bdb47151948c77bcbbf3e796a5d
tree63e9918d20ba39482605e14cfaa20a1fee52bb60
parent942673ed194813015d98819cfae7eba78ba5e1f9
gh-133516: Raise `ValueError` when constants `True`, `False` or `None` are used as an identifier after NFKC normalization (#133523)
Lib/test/test_ast/test_ast.py
Misc/NEWS.d/next/Core_and_Builtins/2025-05-06-15-01-41.gh-issue-133516.RqWVf2.rst [new file with mode: 0644]
Parser/pegen.c