]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-96663: Add a better error message for __dict__-less classes setattr (#103232)
authorJames Hilton-Balfe <gobot1234yt@gmail.com>
Sat, 22 Jul 2023 00:24:26 +0000 (01:24 +0100)
committerGitHub <noreply@github.com>
Sat, 22 Jul 2023 00:24:26 +0000 (17:24 -0700)
commitcdeb1a6caad5e3067f01d6058238803b8517f9de
tree952950c42ffd25901e8b9319120f5e57ab9507bd
parent41ca16455188db806bfc7037058e8ecff2755e6c
gh-96663: Add a better error message for __dict__-less classes setattr (#103232)
Lib/test/test_class.py
Lib/test/test_descrtut.py
Misc/NEWS.d/next/Core and Builtins/2023-04-04-00-40-04.gh-issue-96663.PdR9hK.rst [new file with mode: 0644]
Objects/object.c