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/aubiowraphell.h

    r2e4ae1d r5c1200a  
    4444#define AUBIO_TYPEOBJECT(NAME, PYNAME) \
    4545PyTypeObject Py_ ## NAME ## Type = { \
    46   PyObject_HEAD_INIT (NULL)    \
    47   0,                           \
     46  PyVarObject_HEAD_INIT (NULL, 0) \
    4847  PYNAME,                      \
    4948  sizeof (Py_ ## NAME),          \
Note: See TracChangeset for help on using the changeset viewer.