2008/6/19 Fernando Perez <[EMAIL PROTECTED]>:
>> - import_array().  Can we put it at the bottom of c_numpy.pxd, so that
>> users don't have to import it every time?
>
> Sounds fine to me, but I don't know if there could be a subtle problem
> with pxds used by multiple pyx files.  I'm not comfortable enough with
> cython to answer the question.

>From what I understand, a .pxd file is loaded only once -- is that
correct?  Either way, I don't think executing import_array more than
once could hurt (or could it -- Robert?).

Regards
Stéfan
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to