Skip Montanaro schrieb am 12.09.2014 um 17:52:
> 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 pyl
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