]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Added private API function _PyInstance_Lookup(). This is part of
authorTim Peters <tim.peters@gmail.com>
Tue, 8 Apr 2003 19:02:34 +0000 (19:02 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 8 Apr 2003 19:02:34 +0000 (19:02 +0000)
commit82550d5b8654cee55357cef303038effa4e0448a
tree8ebb2da43197f8d1ffe5048ab8423546d78ead9c
parent71e300eeea9b127bb8bd6dd380bbcffd4746630f
Added private API function _PyInstance_Lookup().  This is part of
backporting fixes so that garbage collection doesn't have to trigger
execution of arbitrary Python code just to figure out whether
an object has a __del__ method.
Include/classobject.h
Objects/classobject.c