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 _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
