[Python-projects] pylint suggestion

Sylvain Thénault sylvain.thenault at logilab.fr
Wed Jun 17 15:13:46 CEST 2009


On 17 juin 15:01, Huurne, Maarten ter wrote:
> Amaury Forgeot d'Arc wrote:
> > 2009/6/17  <Okko.Willeboordse at imtech.nl>:
> > > Hallo
> > >
> > > I found that with Python 2.6 pylint started outputting lines like
> > below to
> > > stderr;
> > > Exception RuntimeError: 'maximum recursion depth exceeded while
> > calling a
> > > Python object' in <type 'exceptions.RuntimeError'> ignored
> > > Exception RuntimeError: 'maximum recursion depth exceeded in
> > > __subclasscheck__' in <type 'exceptions.AttributeError'> ignored
> > > Exception RuntimeError: 'maximum recursion depth exceeded in
> > > __subclasscheck__' in <type 'exceptions.AttributeError'> ignored
> > >
> > > [...]
> >
> > Please don't! this is probably a problem with python2.6.
> > Do you have a test case to reproduce it?
> 
> I have a test case for a very similar error message:
> 
> ===
> print 'a'.strip()
> ===
> Exception RuntimeError: 'maximum recursion depth exceeded while calling a Python object' in <type 'exceptions.AttributeError'> ignored
> Exception RuntimeError: 'maximum recursion depth exceeded while calling a Python object' in <type 'exceptions.AttributeError'> ignored
> 
> pylint 0.18.0,
> astng 0.19.0, common 0.39.0
> Python 2.6.2 (release26-maint, Apr 19 2009, 01:58:18)

last time I looked at this the pb was reported in python 2.6 bug tracker,
so I don't think this is pylint related.
-- 
Sylvain Thénault                               LOGILAB, Paris (France)
Formations Python, Debian, Méth. Agiles: http://www.logilab.fr/formations
Développement logiciel sur mesure:       http://www.logilab.fr/services
CubicWeb, the semantic web framework:    http://www.cubicweb.org



More information about the Python-Projects mailing list