]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-98284: better error message for undefined abstractmethod (#97971)
authorKaushik Kulkarni <15399010+kaushikcfd@users.noreply.github.com>
Sat, 5 Nov 2022 16:31:57 +0000 (11:31 -0500)
committerGitHub <noreply@github.com>
Sat, 5 Nov 2022 16:31:57 +0000 (09:31 -0700)
commit67ade403a2dbbb41f270afd7000febadef85a27e
tree0439af43337dab78228536fcf06ad77344616a3d
parentb5f711185bd11819566068ddf2a74a1402340e2d
gh-98284: better error message for undefined abstractmethod (#97971)
Include/internal/pycore_global_strings.h
Include/internal/pycore_runtime_init_generated.h
Lib/test/test_abc.py
Lib/test/test_dataclasses.py
Misc/NEWS.d/next/Library/2022-10-15-10-43-45.gh-issue-98284.SaVHTd.rst [new file with mode: 0644]
Objects/typeobject.c