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-filter.c

    r2e4ae1d r5c1200a  
    163163
    164164PyTypeObject Py_filterType = {
    165   PyObject_HEAD_INIT (NULL)
    166   0,                            /* ob_size           */
     165  PyVarObject_HEAD_INIT(NULL, 0)
    167166  "aubio.digital_filter",       /* tp_name           */
    168167  sizeof (Py_filter),           /* tp_basicsize      */
Note: See TracChangeset for help on using the changeset viewer.