diff options
author | Jelle Zijlstra <jelle.zijlstra@gmail.com> | 2023-10-18 05:26:34 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-18 05:26:34 (GMT) |
commit | 2bca5f43af8fc1c7643fb7769d04a25fbd5f0d98 (patch) | |
tree | 930ede65a8998242c5b5f6ed477b1084a7bd9190 /Misc/NEWS.d | |
parent | 8134811089f1907ea56085c6a7de9ce0afbc56c8 (diff) | |
download | cpython-2bca5f43af8fc1c7643fb7769d04a25fbd5f0d98.zip cpython-2bca5f43af8fc1c7643fb7769d04a25fbd5f0d98.tar.gz cpython-2bca5f43af8fc1c7643fb7769d04a25fbd5f0d98.tar.bz2 |
[3.12] gh-110938: Fix error messages for indented blocks with functio… (#110990)
[3.12] gh-110938: Fix error messages for indented blocks with functions and classes with generic type parameters (GH-110973)
(cherry picked from commit 24e4ec7766fd471deb5b7e5087f0e7dba8576cfb)
Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2023-10-17-11-03-45.gh-issue-110938.X3sbMb.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2023-10-17-11-03-45.gh-issue-110938.X3sbMb.rst b/Misc/NEWS.d/next/Core and Builtins/2023-10-17-11-03-45.gh-issue-110938.X3sbMb.rst new file mode 100644 index 0000000..a2f9319 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2023-10-17-11-03-45.gh-issue-110938.X3sbMb.rst @@ -0,0 +1,2 @@ +Fix error messages for indented blocks with functions and classes with +generic type parameters. Patch by Pablo Galindo |