]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-137078: Fix keyword typo recognition when executed over files (#137079)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Fri, 15 Aug 2025 15:14:13 +0000 (16:14 +0100)
committerGitHub <noreply@github.com>
Fri, 15 Aug 2025 15:14:13 +0000 (15:14 +0000)
commit4e08a9f97a172aa47fbed661c3cb8a9d36d43931
treee1a241a12c368737bf2e30ab4426db31529c61e7
parentdc53a3e52a54beef450e4bf451e09b65e0df8043
gh-137078: Fix keyword typo recognition when executed over files (#137079)
Grammar/python.gram
Lib/test/test_traceback.py
Lib/traceback.py
Misc/NEWS.d/next/Core_and_Builtins/2025-08-15-15-45-26.gh-issue-137079.YEow69.rst [new file with mode: 0644]
Parser/action_helpers.c
Parser/parser.c