]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-150459: Fix `SyntaxError` message for `from x lazy import y` (GH-150877...
authorsobolevn <mail@sobolevn.me>
Sun, 5 Jul 2026 10:41:56 +0000 (13:41 +0300)
committerGitHub <noreply@github.com>
Sun, 5 Jul 2026 10:41:56 +0000 (10:41 +0000)
commitf7eda8e1302ca346768c11a0a4f67539cb5fbe34
tree4b611a1809d42253f46e04d33244d957e72339fa
parent9b0a97c4c58252d88b1e05a5a7a5ae28f5c7d388
[3.15] gh-150459: Fix `SyntaxError` message for `from x lazy import y` (GH-150877) (#153090)

(cherry picked from commit ec5f154e33f5d62257d041dd28aad1fe785fa3db)
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