[Cython] 0.9.8.1.1 and .pxd files
Greg Ewing
greg.ewing at canterbury.ac.nz
Mon Sep 1 03:23:09 CEST 2008
Stefan Behnel wrote:
> To clarify a bit, the only difference is that Cython knows both, but Python
> only recognises __init__.py.
The idea of allowing __init__.pyx was so that the main
code of a package could be written in Pyrex.
However, I've never actually tested whether Python
recognises an __init__.so file as a package main
file, so I'm not sure if this works.
--
Greg
More information about the Cython-dev
mailing list