Hi,

Anybody knows a way to get a str object (bytes for Python >= 2.6) out of 
a buffer object (i.e. the .data attribute of ndarrays) without copying 
data?

I need this for avoid creating a new function that deals with buffer 
objects (instead of reusing the one for str/byte objects that I already 
have).  So, a matter of laziness :-)

Thanks,

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

Reply via email to