]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43857: Improve the AttributeError message when deleting a missing attribute ...
authorGéry Ogam <gery.ogam@gmail.com>
Thu, 5 May 2022 13:37:26 +0000 (15:37 +0200)
committerGitHub <noreply@github.com>
Thu, 5 May 2022 13:37:26 +0000 (06:37 -0700)
commita95138b2c5a3ba3d9a1a635566e22e5843b6a45c
tree9df22636e46deb06e0c8897ed0d072c440c42a7b
parent43b135f94ebf3e6e84ddb0f75ed8510b96a610e4
bpo-43857: Improve the AttributeError message when deleting a missing attribute (#25424)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Lib/test/test_class.py
Misc/NEWS.d/next/Core and Builtins/2022-05-04-11-37-20.bpo-43857.WuX8p3.rst [new file with mode: 0644]
Objects/dictobject.c
Objects/object.c