]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-133516: Raise `ValueError` when constants `True`, `False` or `None` are...
authorTERESH1 <svyatoslavtereshin@yandex.ru>
Thu, 8 May 2025 11:18:26 +0000 (14:18 +0300)
committerGitHub <noreply@github.com>
Thu, 8 May 2025 11:18:26 +0000 (12:18 +0100)
commita719e5fbb63346c751fc9dfbc62af32215f6c0be
tree421aff64f4ad156c65db2303d779fa0b8e2cde09
parenteefe7e22b84c4dea113cedae6379620e3bea2be3
[3.13] gh-133516: Raise `ValueError` when constants `True`, `False` or `None` are used as an identifier after NFKC normalization (GH-133523) (#133615)
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