> > 
> > Bonjour,
> > 
> > Sometimes, there is the following message from pylint:
> > 
> > Exception RuntimeError: 'maximum recursion depth exceeded in
> > __subclasscheck__' in <type 'exceptions.AttributeError'> ignored
> > 
> > Maybe it comes from circular imports - but there is no
> > good reason to maintain circular imports (in my code).
> > How can I detect this bad code ?
> 
> which version of python/pylint are you using? There used to be some
> messages like theses which appeared when using pylint with python2.6,
> but those should have been removed.
> -- 
> 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

pylint : numversion = (0, 16, 0) [?]
python : 2.6.1 <==========

R. Bastian
www.pythoneon.org
_______________________________________________
Python-Projects mailing list
Python-Projects@lists.logilab.org
http://lists.logilab.org/mailman/listinfo/python-projects

Reply via email to