]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-133516: Raise `ValueError` when constants `True`, `False` or `None` are...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 7 May 2025 22:26:06 +0000 (00:26 +0200)
committerGitHub <noreply@github.com>
Wed, 7 May 2025 22:26:06 +0000 (22:26 +0000)
commit54c3aa1597ef3b7a967a27a5ea8577cefeb59769
tree9f6af11bfca24d11e720664647f7592ccafdf743
parentc98b5a9369e863d56cf4f919445ca6d743369530
[3.14] gh-133516: Raise `ValueError` when constants `True`, `False` or `None` are used as an identifier after NFKC normalization (GH-133523) (#133596)
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