]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-130077: Properly match full soft keywords in the parser (GH-135317) (#135399)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Mon, 4 Aug 2025 14:18:05 +0000 (15:18 +0100)
committerGitHub <noreply@github.com>
Mon, 4 Aug 2025 14:18:05 +0000 (15:18 +0100)
commit235d380c4c0ec08cf4fb791541f0f53fd8de12e6
tree599386fe0081bc86baaa089e8d882679be92670d
parent55f8fe548ada912f6fb03383d468160fcffd430d
[3.13] gh-130077: Properly match full soft keywords in the parser (GH-135317) (#135399)

* [3.13] gh-130077: Properly match full soft keywords in the parser (GH-135317)
(cherry picked from commit ff2b5f40c2bf5c71255caac8a743c09ba0758c02)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
* Remove line the main-branch commit removed

---------

Co-authored-by: Petr Viktorin <encukou@gmail.com>
Lib/test/test_syntax.py
Misc/NEWS.d/next/Core_and_Builtins/2025-06-09-23-57-37.gh-issue-130077.MHknDB.rst [new file with mode: 0644]
Parser/pegen.c