Changeset c1c3a99
- Timestamp:
- Dec 23, 2018, 5:55:56 AM (6 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/timestretch, fix/ffmpeg5, master
- Children:
- 1fcd392, dc7362fd
- Parents:
- b4445fb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/ext/py-source.c
rb4445fb rc1c3a99 584 584 PyObject *vec = PyTuple_GetItem(done, 0); 585 585 // take a copy to prevent resizing internal arrays 586 PyArrayObject *shortread = PyArray_FROM_OTF(vec, NPY_NOTYPE,587 NPY_ ARRAY_ENSURECOPY);586 PyArrayObject *shortread = (PyArrayObject*)PyArray_FROM_OTF(vec, 587 NPY_NOTYPE, NPY_ARRAY_ENSURECOPY); 588 588 PyArray_Dims newdims; 589 589 PyObject *reshaped;
Note: See TracChangeset
for help on using the changeset viewer.