On 04 septembre 12:25, Minko Tihov wrote:
> We extensively use your library pylint, thank you for developing it.
> There is a defect reported as : #3214: pylint doesn't like numpy with status
> [rejected]
> It seems that you did not succeed to reproduce it.
> This error can be reproduced only with numpy version 1.0.4 and before.
> I think that you tried with later version because defect still exists.
> Can you give me some hints how to fix this issue ?

1. Take a look at logilab-astng tests.
2. Write your own test importing numpy
3. Dig...

A usual pb is that C objects doesn't have proper __module__ attribute
set, in which case the builder will miss some information since it will
think that it belongs to another module. Another possibility is that
it doesn't manage to follow numpy import's mess.

> I did not find official place to report defects, please send me link.
 
you can (should) use the python-projects@lists.logilab.org mailing list to talk
about pylint and report issues (Cced). 

-- 
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