[code-quality] Pylint with threading

horneds at gmail.com horneds at gmail.com
Thu Jun 6 14:47:16 CEST 2013


Hello guys,

I came from http://docs.pylint.org/contribute.html#mailing-lists

Im the author of some code-quality libraries such as https://github.com/klen/pylama. I use that in my VIM plugin 
https://github.com/klen/python-mode. Pylama is simular to flake8, but have some additional features and works also with pylint.

Today I would like to make code checking with pylama is more asynchronously. I haven't any problems with pyflake, pep8, pep257 and mccabe but cannot make pylint works. When I run pylint with a few threads I get errors like this: https://gist.github.com/klen/5721176. When one thread try to run pylint a more from one time I got this error.

I think the problem in ASTNG MANAGER and I try to clean that cache.

I tried to clear the cache in several ways https://gist.github.com/klen/5721225 but not have success.

Can anybody help me?


PS: Sorry for my English, its far from well I now.



Kirill Klenov
web developer
______________________________________________________________________
horneds at gmail.com | http://klen.github.io
mobile: +7 906 7723620

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/code-quality/attachments/20130606/4dfe35c5/attachment.html>


More information about the code-quality mailing list