[Python-Dev] tp_clear return value (original) (raw)

Jeremy Hylton jeremy@zope.com
09 Apr 2003 15:33:47 -0400


Why does tp_clear have a return value? All the code I've seen returns 0, but the only place that clear is called doesn't inspect its return value.

Jeremy