Hello logilab,

The following pylint/astng/common/python versions (all logilab packages
up-to-date)

$ pylint --version
pylint 0.18.1,
astng 0.19.1, common 0.45.0
Python 2.5.1 (r251:54863, Feb  4 2008, 21:48:13)
[GCC 4.0.1 (Apple Inc. build 5465)]

Hangs when processing an "import decimal" statement

$ cat pylint_hangs.py
""" docstring """
import decimal

$ pylint pylint_hangs.py
[never exits, very busy cpu]

A first pass at debugging the problem indicates that
VariablesChecker.visit_module never returns once 'decimal' is hit.

Thanks,

-- 
Shawn Rusaw
_______________________________________________
Python-Projects mailing list
[email protected]
http://lists.logilab.org/mailman/listinfo/python-projects

Reply via email to