]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-138716: Fix `assert a := b` syntax error message (#138718)
authorsobolevn <mail@sobolevn.me>
Wed, 10 Sep 2025 13:05:16 +0000 (16:05 +0300)
committerGitHub <noreply@github.com>
Wed, 10 Sep 2025 13:05:16 +0000 (16:05 +0300)
commitcf8f36fe0a1f89c071c6b72c4c5ef610fe5ffafe
tree52910f8280b4a4dc5c4e15aac39304c088448205
parent1ce05537a3ebaf1e5c54505b2272d61bb6cf5de0
gh-138716: Fix `assert a := b` syntax error message (#138718)
Grammar/python.gram
Lib/test/test_syntax.py
Misc/NEWS.d/next/Core_and_Builtins/2025-09-09-23-59-13.gh-issue-138716.UawDY0.rst [new file with mode: 0644]
Parser/parser.c