25.11.2014, 21:14, Nathaniel Smith kirjoitti:
[clip]
> (I guess scipy could create an overallocated copy and then take a
> slice at the right offset, but asking scipy to use such hacks to work
> around our bugs is clearly wrong.)

Note that the issue is not just with Scipy, but with *all* f2py code
that is out there.

Everyone who uses "double complex, intent(inout)" in their f2py wrapped
code will start getting random exceptions on Windows. Users of "double
complex, intent(in)" pay a performance penalty.

-- 
Pauli Virtanen

_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to