commit | df875b99fcb69c18168fb761ddaa722a034175dd | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Mon Apr 07 17:51:59 2003 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Mon Apr 07 17:51:59 2003 +0000 |
tree | e61ba67f62a7bad46095b5a49523edf475950558 | |
parent | cb8ed53014ea04c2f1f340c720cb670c888df6bb [diff] |
New private API function _PyInstance_Lookup. gc will use this to figure out whether __del__ exists, without executing any Python-level code.