]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-137078: Fix keyword typo recognition when executed over files (GH-137079...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 15 Aug 2025 17:22:17 +0000 (19:22 +0200)
committerGitHub <noreply@github.com>
Fri, 15 Aug 2025 17:22:17 +0000 (18:22 +0100)
commit7b56d08219ee4caf4471e43dc6b34c9103cc913e
treea1d08168804a39afee981a209e42ee1d34640727
parent4cb99bf9e3cfe7b6b27f4be36656d7a6e80e2d8f
[3.14] gh-137078: Fix keyword typo recognition when executed over files (GH-137079) (#137826)
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