I have slowly been converting some Python source to Cython. I'm pretty
conservative in what changes I make, mostly sprinkling a few "cdef",
"float" and "int" declarations around the pyx file. Still, conservative or
not, it's enough to choke pylint. Rather than have to maintain a pure
Python version of my code, it would be nice if pylint had a flag or if
there was a "cylint" tool available.

A few Google and PyPi searches failed to reveal anything. Is there
something out there?

Thanks,

Skip
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to