On 11 septembre 14:07, Shawn Rusaw wrote:
> Hello logilab,

Hi,
 
> 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.

sorry, I can not reproduce with
pylint 0.18.1, 
astng 0.19.1, common 0.45.1
Python 2.5.4 (r254:67916, Sep 26 2009, 08:19:36) 
[GCC 4.3.4]

there must be something else in your environment (eggs ? local decimal module ? 
...)
-- 
Sylvain Thénault                               LOGILAB, Paris (France)
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