[Numpy-discussion] NumPy SVN broken

David Cournapeau cournape at gmail.com
Wed Oct 7 04:06:09 EDT 2009


On Wed, Oct 7, 2009 at 2:31 AM, Charles R Harris
<charlesr.harris at gmail.com> wrote:
>
>
> Looks like a clue ;)

Ok, I fixed it here:

http://github.com/cournape/numpy/tree/fix_abi

But that's an ugly hack. I think we should consider rewriting how we
generate the API: instead of automatically growing the API array of
fptr, we should explicitly mark which function name has which index,
and hardcode it. It would help quite a bit to avoid changing the ABI
unvoluntary.

cheers,

David



More information about the NumPy-Discussion mailing list