[Numpy-discussion] numpyx.pyx (recent svn) works?
Fernando Perez
fperez.net@gmail....
Tue Apr 8 20:57:46 CDT 2008
On Tue, Apr 8, 2008 at 6:52 PM, Andrew Straw <strawman@astraw.com> wrote:
> This is off-topic and should be directed to the pyrex/cython list, but
> since we're on the subject:
>
> I suppose the following is true, but let me ask, since I have not used
> Cython. Please correct me if I'm wrong.
>
> I have a bunch of pyrex compiled .pyx code. If I start adding some
> Cython compiled code, all the extensions will live happily without
> colliding, even if I don't re-compile my old .pyx files with Cython.
>
> (I can't imagine how they'd conflict, since they both translate to .c
> extensions without anything to collide. Or are there linker-level
> symbols that collide or something difficult?)
I think you're correct, I fail to see how it could be any different.
But I'm far from a cython expert, so I may be missing something.
cheers,
f
More information about the Numpy-discussion
mailing list