We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56f23b7 commit a1eb691Copy full SHA for a1eb691
1 file changed
dynd/src/array_from_py.cpp
@@ -440,7 +440,6 @@ dynd::nd::array pydynd::array_from_py(PyObject *obj, uint32_t access_flags, bool
440
result = nd::make_array_memory_block(d, d.extended()->get_arrmeta_size(), d.get_data_size(),
441
d.get_data_alignment(), &data_ptr);
442
result.get()->data = data_ptr;
443
- result.get()->owner = nd::memory_block();
444
// The scalar consists of pointers to the byte string data
445
reinterpret_cast<dynd::string *>(data_ptr)->assign(data, len);
446
// The arrmeta
0 commit comments