]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Change the getset type to take an optional third function argument:
authorGuido van Rossum <guido@python.org>
Fri, 24 Aug 2001 15:23:20 +0000 (15:23 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 24 Aug 2001 15:23:20 +0000 (15:23 +0000)
commit271410ad189d9482274a4acba44ae29059ae2b55
tree4a0240aa66eb4f10a76715649bb9e1df55012b53
parent833a8d86417f4832f5e3ad742f21fe10378388bb
Change the getset type to take an optional third function argument:
the delete function.  (Question: should the attribute name also be
recorded in the getset object?  That makes the protocol more work, but
may give us better error messages.)
Objects/descrobject.c