]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-91578: improved error message when trying to instantiate an abstract class with...
authorravi140222 <100869741+ravi140222@users.noreply.github.com>
Thu, 12 May 2022 15:26:11 +0000 (20:56 +0530)
committerGitHub <noreply@github.com>
Thu, 12 May 2022 15:26:11 +0000 (11:26 -0400)
commit079f0dd7191fbadd4c3a5899b6af12492e84d2b4
treea3fffb331db6c4cfc1affa57c3de19ba90eaabf3
parent8a0d9a6bb77a72cd8b9ece01b7c1163fff28029a
gh-91578: improved error message when trying to instantiate an abstract class with missing methods (gh-47246)
Lib/test/test_abc.py
Lib/test/test_dataclasses.py
Misc/NEWS.d/next/Core and Builtins/2022-04-15-22-12-53.gh-issue-91578.rDOtyK.rst [new file with mode: 0644]
Objects/typeobject.c