> > > > 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 <========== pylint 0.16.0, astng 0.17.4, common 0.38.1 Python 2.6.1 (r261:67515, Mar 11 2009, 14:50:12) [GCC 4.3.2] I will try to update; Thanks, R. Bastian www.pythoneon.org _______________________________________________ Python-Projects mailing list Python-Projects@lists.logilab.org http://lists.logilab.org/mailman/listinfo/python-projects