[Python-projects] pylint: maximum recursion depth exceeded
Maarten ter Huurne
maarten at treewalker.org
Thu Mar 26 00:45:09 CET 2009
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.
pylint 0.18.0,
astng 0.19.0, common 0.39.0
Python 2.6 (r26:66714, Feb 3 2009, 20:49:49)
[GCC 4.3.2 [gcc-4_3-branch revision 141291]]
Bye,
Maarten
More information about the Python-Projects
mailing list