Ignore:
Timestamp:
Apr 18, 2016, 10:53:24 PM (8 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
0e59ae0
Parents:
2e4ae1d
Message:

python/ext: continue preparing for python 3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/ext/py-phasevoc.c

    r2e4ae1d r5c1200a  
    7171  del_cvec(self->output);
    7272  del_fvec(self->routput);
    73   self->ob_type->tp_free((PyObject *) self);
     73  Py_TYPE(self)->tp_free((PyObject *) self);
    7474}
    7575
Note: See TracChangeset for help on using the changeset viewer.