diff options
author | Guido van Rossum <guido@python.org> | 2001-12-03 00:08:33 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2001-12-03 00:08:33 (GMT) |
commit | 1d5b3f29ffc4a17f88f26c670c1e74290795e6f7 (patch) | |
tree | c80f7d2149237f85a567caf3efb05b5996567936 /Mac/Contrib | |
parent | 55070f5d966f09256c603c3a82fab9b034430c6f (diff) | |
download | cpython-1d5b3f29ffc4a17f88f26c670c1e74290795e6f7.zip cpython-1d5b3f29ffc4a17f88f26c670c1e74290795e6f7.tar.gz cpython-1d5b3f29ffc4a17f88f26c670c1e74290795e6f7.tar.bz2 |
Fix for SF bug #485678.
slot_tp_descr_set(): When deleting an attribute described by a
descriptor implemented in Python, the descriptor's __del__ method is
called by the slot_tp_descr_set dispatch function. This is bogus --
__del__ already has a different meaning. Renaming this use of __del__
is renamed to __delete__.
Diffstat (limited to 'Mac/Contrib')
0 files changed, 0 insertions, 0 deletions