[Python-projects] Decimal issue
Jean-Philippe Dutrève
jdutreve at gmail.com
Wed Jul 2 16:07:57 CEST 2008
Hello,
I'm trying to use pylint 0.14.0. It's a great tool but it blocks with
CPU at 100% (forever?) when I use the Decimal class.
For example, a python module containing just "from decimal import
Decimal" blocks, even only with 'variables' checker.
Another example with the checker 'typecheck', instantiation of Decimal
blocks : Decimal("1.0").
Any suggestion?
Best regards,
jean-philippe dutrève
More information about the Python-Projects
mailing list