Just wanted to point out an interface I just made on the trunk (r728).

The ExtArray set_memory() method now also requires a length (in bytes) argument. The motivation was that after using set_memory(), the ExtArray object no longer knows how long it (or its memory) is, so things like clear() and len(array) wouldn't work properly, creating confusion. Adding a length parameter to set_memory() and using that to set the data_len and alloc_len values solved the problem.

Andrew
_______________________________________________
Corepy-devel mailing list
[email protected]
http://www.osl.iu.edu/mailman/listinfo.cgi/corepy-devel

Reply via email to