]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-130077: Properly match full soft keywords in the parser (#135317)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Tue, 10 Jun 2025 13:19:03 +0000 (14:19 +0100)
committerGitHub <noreply@github.com>
Tue, 10 Jun 2025 13:19:03 +0000 (14:19 +0100)
commitff2b5f40c2bf5c71255caac8a743c09ba0758c02
treedd3be5573f0008e47d4c193aaedf7f26189a7eaf
parent598aa7cc98bc1b39f10ec41decddd8dd88799fe1
gh-130077: Properly match full soft keywords in the parser (#135317)
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