On 24 octobre 13:13, [email protected] wrote:
> 
> 
> 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.
Don't remember how we did hunt them though.
-- 
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

_______________________________________________
Python-Projects mailing list
[email protected]
http://lists.logilab.org/mailman/listinfo/python-projects

Reply via email to