On Sat, Oct 16, 2010 at 1:45 PM, Fabrizio Milo aka misto
<[email protected]> wrote:
> Hi folks,
>
> I spend a bit of time today trying to figure out how to specify
> Cython's import path from other modules
> Cython.Distutils.extension import Extension
> ...
> Extension [
> pyrex_include_dirs = [ dir; dir2;]
> ]
>
> Maybe this line should be mentioned inside:
> http://docs.cython.org/src/userguide/sharing_declarations.html#sharing-extension-types?
>
> Is there any good reason other than workforce why it still with pyrex name ?

I think it's purely historical. Pyrex and Cython are still mostly
compatible, but by now I think they've diverged enough that expecting
to be able to switch back and forth is probably not realistic for
anything but the simplest projects (and even then you'd have to
restrict what features you use).

- Robert
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to