Zope Subversion Repository |
|
| version 88349, Mon Jul 14 14:20:09 2008 UTC | version 102691, Tue Aug 11 21:32:45 2009 UTC | ||
|---|---|---|---|
|
|
||
| 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; | ||
| } | } | ||
|
||||||||
|
webmaster@zope.org Powered by ViewCVS 1.0-dev |
ViewCVS and CVS Help |