]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-110938: Fix error messages for indented blocks with functions and classes with...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Tue, 17 Oct 2023 12:45:13 +0000 (13:45 +0100)
committerGitHub <noreply@github.com>
Tue, 17 Oct 2023 12:45:13 +0000 (13:45 +0100)
commit24e4ec7766fd471deb5b7e5087f0e7dba8576cfb
tree76530df6f2e24de8c9c016476cbe0026bae90505
parentbe5e8a010341c4d2d28ef53a1baed402ee06466e
gh-110938: Fix error messages for indented blocks with functions and classes with generic type parameters (#110973)
Grammar/python.gram
Lib/test/test_syntax.py
Misc/NEWS.d/next/Core and Builtins/2023-10-17-11-03-45.gh-issue-110938.X3sbMb.rst [new file with mode: 0644]
Parser/parser.c