On Tue, Jun 5, 2012 at 11:06 AM, Thouis (Ray) Jones wrote:
> All of the failing tests seem to have been caused by the buffer copy bug, 
> fixed in  https://github.com/mwiebe/numpy/tree/nditer_buffer_flag (but not 
> yet pulled into numpy).
>
> I also have a version that implements tracing, with pure C in the allocation 
> functions writing to a dynamically allocated buffer, which must then be 
> fetched proactively by Python.  However, I think this version is a little 
> nicer to use from the Python perspective.
>
> ---
> Reply to this email directly or view it on GitHub:
> https://github.com/numpy/numpy/pull/284#issuecomment-6121817

Speaking of which, Mark - what's the status of that nditer_buffer_flag
branch? Should there be a pull request?

-N
_______________________________________________
NumPy-Discussion mailing list
[email protected]
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to