]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46927: Include the type's name in the error message for subscripting non-generic...
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 5 Mar 2022 13:59:24 +0000 (15:59 +0200)
committerGitHub <noreply@github.com>
Sat, 5 Mar 2022 13:59:24 +0000 (15:59 +0200)
commitab9301a28fa431d7a32163126fc96de3b2ce6107
tree940f6d0813671a006052b334e0f836e61f97a78e
parent2031149b9a7dfab5f5bad63f417e19f4fc2b9661
bpo-46927: Include the type's name in the error message for subscripting non-generic types (GH-31694)
Lib/test/test_exception_group.py
Lib/test/test_genericalias.py
Misc/NEWS.d/next/Core and Builtins/2022-03-05-12-23-58.bpo-46927.URbHBi.rst [new file with mode: 0644]
Objects/abstract.c