]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
If an attribute is deleted, __setattr__ is called with 2 instead of 3
authorGuido van Rossum <guido@python.org>
Tue, 16 Aug 1994 22:13:47 +0000 (22:13 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 16 Aug 1994 22:13:47 +0000 (22:13 +0000)
commit91ab4a8353447f265a7559a4769ac5404bb0b157
tree538dde2f6a607c010787abca3199aae8ead2b3ea
parentfda5fb21583934d4a82f61e58a6706eeda0aca87
If an attribute is deleted, __setattr__ is called with 2 instead of 3
arguments (adding __delattr__ was deemed too much overhead)
Objects/classobject.c