[Numpy-discussion] How to test f2py?
David Cournapeau
david@silveregg.co...
Wed Feb 24 03:04:33 CST 2010
Pauli Virtanen wrote:
> The best alternative, imho, is not to use "dict" as a variable name at
> all. We should make that change manually in SVN sources, both for Py2
> and Py3.
Agreed - the changes should be put in the sources. Will do so tonight
after work unless someone beats me to it.
> Grepping the f2py source shows that this problem occurs only in
> auxfunc.replace, so changing that shouldn't be too much work.
I am playing a bit with fftpack, and very few modifications are needed
for f2py to run on it. Now, I "just" have to fix the generated C code to
see what's going on.
David
P.S: is it expected that numpy cannot be built in-place correctly under
py3k ?
More information about the NumPy-Discussion
mailing list