Zope Subversion Repository

  Zope

Zope: zope.security/trunk/src/zope/security/_proxy.c

Diff for /zope.security/trunk/src/zope/security/_proxy.c between version 88349 and 102691

version 88349, Mon Jul 14 14:20:09 2008 UTC version 102691, Tue Aug 11 21:32:45 2009 UTC
Line 302 
Line 302 
 static int  static int
 proxy_traverse(SecurityProxy *self, visitproc visit, void *arg)  proxy_traverse(SecurityProxy *self, visitproc visit, void *arg)
 {  {
   if (visit(self->proxy.proxy_object, arg) < 0)    Py_VISIT(self->proxy.proxy_object);
     return -1;    Py_VISIT(self->proxy_checker);
   if (visit(self->proxy_checker, arg) < 0)  
     return -1;  
   return 0;    return 0;
 }  }
   


Generate output suitable for use with a patch program
Legend:
Removed from v.88349  
changed lines
  Added in v.102691

webmaster@zope.org

Powered by ViewCVS 1.0-dev
(Powered by Apache)

ViewCVS and CVS Help