[Product-Developers] Re: ImportErrors while testing using testrunner

Maurits van Rees m.van.rees at zestsoftware.nl
Fri Feb 12 17:17:43 UTC 2010


Kees Hink, on 2010-02-12:
> I do get this:
> Exception RuntimeError: 'maximum recursion depth exceeded while calling a
> Python object' in <type 'exceptions.AttributeError'> ignored
> Exception RuntimeError: 'maximum recursion depth exceeded in __subclasscheck__'
> in <type 'exceptions.AttributeError'> ignored
>
> Testing continues after this message.
>
> Judging from http://bugs.python.org/issue5508, this is a python 2.6 thing and
> nothing to worry about, right?

I have not seen that error myself.  From that issue it sounds like a
newer version of python will simply not print this exception anymore
and just continue, so then it does not sound too bad.

If you see that this exception is caused by a specific part of
zope/plone or your own code, then it would be interesting to see if
you can fix it.

-- 
Maurits van Rees | http://maurits.vanrees.org/
            Work | http://zestsoftware.nl/
What are you going to create today?





More information about the Product-Developers mailing list