On 23 février 10:44, Michal Nowikowski wrote:
> Hello,

Hi,

> I was preparing a patch for checking code with pylint in parallel using
> sub-processes:
> https://bitbucket.org/logilab/pylint/pull-request/82
> 
> Lately I have rebased to the top and I started to observe some regressions
> like:
>   File
> "/home/godfryd/repos/pylint/.tox/py33/lib/python3.3/site-packages/pylint/checkers/base.py",
> line 355, in visit_callfunc
>     metaclass = infered.metaclass()
> AttributeError: 'Class' object has no attribute 'metaclass'
> 
> Should I assume that the top is not stable enough to work?
> How should I work?

Keep going, this is simply because you need astroid tip to work on pylint tip.

regards
-- 
Sylvain Thénault, LOGILAB, Paris (01.45.32.03.12) - Toulouse (05.62.17.16.42)
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
Python-Projects@lists.logilab.org
http://lists.logilab.org/mailman/listinfo/python-projects

Reply via email to