]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-150459: Fix `SyntaxError` message for `from x lazy import y` (#150877)
authorsobolevn <mail@sobolevn.me>
Sat, 4 Jul 2026 13:17:58 +0000 (16:17 +0300)
committerGitHub <noreply@github.com>
Sat, 4 Jul 2026 13:17:58 +0000 (14:17 +0100)
commitec5f154e33f5d62257d041dd28aad1fe785fa3db
tree1d70e5f63e9fb34402539b076d5f7cd8b9765baf
parent832d5571115fba0adcb09742b56f51ee081710c6
gh-150459: Fix `SyntaxError` message for `from x lazy import y` (#150877)
Grammar/python.gram
Include/internal/pycore_pyerrors.h
Lib/test/test_syntax.py
Misc/NEWS.d/next/Core_and_Builtins/2026-06-03-21-14-28.gh-issue-150459.qpsCEl.rst [new file with mode: 0644]
Parser/action_helpers.c
Parser/parser.c
Parser/pegen.h