Hello, 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? Regards, Michał Nowikowski
_______________________________________________ Python-Projects mailing list Python-Projects@lists.logilab.org http://lists.logilab.org/mailman/listinfo/python-projects