[Twisted-Python] Re: [Twisted-commits] r12864 - Temporarily workaround z.i bug.
Andrew Bennetts
andrew-twisted at puzzling.org
Wed Jan 12 17:56:18 MST 2005
On Wed, Jan 12, 2005 at 02:23:38PM -0700, James Knight wrote:
[...]
> + # Until this is fixed, make *sure* fixClassImplements was
> + # called before looking anything up in AdapterRegistry.
> + # http://collector.zope.org/Zope3-dev/349
> + if hasattr(ob, '__class__'):
> + fixClassImplements(ob.__class__)
> + fixClassImplements
This last line looks a bit dubious :)
-Andrew.
More information about the Twisted-Python
mailing list