]> granicus.if.org Git - python/commit
New private API function _PyInstance_Lookup. gc will use this to figure
authorTim Peters <tim.peters@gmail.com>
Mon, 7 Apr 2003 17:51:59 +0000 (17:51 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 7 Apr 2003 17:51:59 +0000 (17:51 +0000)
commitdf875b99fcb69c18168fb761ddaa722a034175dd
treee61ba67f62a7bad46095b5a49523edf475950558
parentcb8ed53014ea04c2f1f340c720cb670c888df6bb
New private API function _PyInstance_Lookup.  gc will use this to figure
out whether __del__ exists, without executing any Python-level code.
Include/classobject.h
Objects/classobject.c