pylint #19882 pylint hangs [resolved]
The files are attached. The main file that hangs pylint is MotorControlGui.py. I just included the others so that you won't get errors. pylint 0.19.0, astng 0.19.3, common 0.46.0 Python 2.5.4 (r254:67917, Dec 23 2008, 14:57:27) Pyserial 2.4 (from pyserial-2.4-py2.5.egg) matplotlib 0.99.1.1 (from matplotlib-0.99.1.1_r7813-py2.5.egg). | |
priority | important |
---|---|
type | bug |
done in | 0.20.0 |
load | 0.500 |
load left | 0.000 |
closed by | <not specified> |
attachment
Comments
-
2010/01/21 14:55, written by sthenault
-
2010/01/21 15:42, written by sthenault
-
2010/01/21 15:44, written by sthenault
-
2010/02/09 06:43, written by sthenault
-
2010/02/26 23:28, written by anon
add commentreported by Aaron Hoover on the python-projects ml, on jan 2010
Helmut Namyslo reported a similar pb on december (see the zip attachment):
I am trying to lint a project with about 30 modules. All except one files can be checked with PyLint without problem. But when cheicking 'actions.py' pylint seems to hang in an infinite loop.
This is my configuration:
I have reduced my project as much as possible, but if I remove more methods from 'actions.py' the problem does not occur anymore.
I ran
to see that all other checkers don't cause a problem. When I call
PyLint hangs.
reproduced with
see also http://help.lockergnome.com/linux/Bug-568968-Trivial-program-makes-pylint-hang-regression-18--ftopict514590.html
bug is listed "done in 0.20.0" which is yet to be released... is there a specific patch which could be applied to 0.19 meanwhile to avoid such a stall (I hit it too ;-/)
Thanks in advance!