[Python-projects] pylint: maximum recursion depth exceeded
Sylvain Thénault
sylvain.thenault at logilab.fr
Thu Mar 26 08:19:21 CET 2009
Le Thursday 26 March 2009 00:45:09 Maarten ter Huurne, vous avez écrit :
> Hi,
Hi,
> Here is a strange error message that I get on several modules, often
> multiple times per module. I minimized it to a single line that
> demonstrates the problem:
>
> ===
> print 'a'.strip()
> ===
> Exception RuntimeError: 'maximum recursion depth exceeded while calling a
> Python object' in <type 'exceptions.RuntimeError'> ignored
>
> I also saw this error in pylint 0.16.0, but I only saw it under Python 2.6.
I think this is a python 2.6 pb, there is a ticket about such warnings in the
python tracker.
--
Sylvain Thénault LOGILAB, Paris (France)
Formations Python, Zope, Plone, Debian: http://www.logilab.fr/formations
Développement logiciel sur mesure: http://www.logilab.fr/services
Python et calcul scientifique: http://www.logilab.fr/science
More information about the Python-Projects
mailing list