]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
slot_tp_descr_get(): guard against NULL obj or type (bug reported by
authorGuido van Rossum <guido@python.org>
Fri, 24 Aug 2001 10:13:31 +0000 (10:13 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 24 Aug 2001 10:13:31 +0000 (10:13 +0000)
commit2c25239215964746e030d9f7e47232d4dca5746d
treefb3d2613cdbc3e84bfb29cddd5fca7b9fb529af0
parent91c0d8a9223ed137b9824248bd5941c1d60feafd
slot_tp_descr_get(): guard against NULL obj or type (bug reported by
Thomas Hellor on python-dev).

slot_tp_descr_set(): if value is NULL, call __del__ instead of
__set__.
Objects/typeobject.c