[code-quality] pylint for cython?

Skip Montanaro skip at pobox.com
Fri Sep 12 20:38:47 CEST 2014


On Fri, Sep 12, 2014 at 12:25 PM, Mike Müller <mmueller at python-academy.de>
wrote:

> You should try pure Python mode:
> http://docs.cython.org/src/tutorial/pure.html
>

So I leave my Python code as-is in somemodule.py and put the Cython
declarations in somemodule.pyd. My make targets are map pyd files to so
instead of pyx to so? (I don't use setup.py. I'm very old school.)

Thx,

Skip
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/code-quality/attachments/20140912/7b517e06/attachment.html>


More information about the code-quality mailing list