]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-92114: Improve error message for types with __class_getitem__ = None (GH-92115)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 2 May 2022 05:29:49 +0000 (08:29 +0300)
committerGitHub <noreply@github.com>
Mon, 2 May 2022 05:29:49 +0000 (08:29 +0300)
commit4d10f703d79b72a9c7f88862c0b4a9abbfb04ee2
tree28304b60468c444e3a8e288fe6fe5741f3b56d0c
parented711290a0d6f40e16acc569dd86cfc4611dbcd3
gh-92114: Improve error message for types with __class_getitem__ = None (GH-92115)
Lib/test/test_genericclass.py
Misc/NEWS.d/next/Core and Builtins/2022-05-01-16-40-07.gh-issue-92114.5xTlLt.rst [new file with mode: 0644]
Objects/abstract.c