Open
Description
The creation of ndarray
s from buffers should conform to numpy
's behaviour, i.e., if the buffer is mutable, frombuffer
should produce a view, otherwise, a copy. Background can be found in adafruit/circuitpython#4403 (comment)
The creation of ndarray
s from buffers should conform to numpy
's behaviour, i.e., if the buffer is mutable, frombuffer
should produce a view, otherwise, a copy. Background can be found in adafruit/circuitpython#4403 (comment)