]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
getset_descr_set(): guard against deletion (indicated by a set call
authorGuido van Rossum <guido@python.org>
Fri, 24 Aug 2001 10:17:36 +0000 (10:17 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 24 Aug 2001 10:17:36 +0000 (10:17 +0000)
commit845fc48bf739fc04ed3e082aec772c2dc72bf1b6
tree47ddf8f1d4961dd495ee9cd8630f0113c67b3bf9
parent2c25239215964746e030d9f7e47232d4dca5746d
getset_descr_set(): guard against deletion (indicated by a set call
with a NULL value), in a somewhat lame way: call the set() function
with one argument.  Should I add a 3rd function, 'del', instead?
Objects/descrobject.c