Ignore:
Timestamp:
May 13, 2016, 1:46:53 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:
023aa32
Parents:
84fad5a
Message:

python/{ext/*.c,lib/gen_code.py}: complete PyTypeObject? definitions

File:
1 edited

Legend:

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

    r84fad5a r0e70ef9  
    240240  0,                            /* tp_alloc          */
    241241  Py_cvec_new,                  /* tp_new            */
    242 };
     242  0,
     243  0,
     244  0,
     245  0,
     246  0,
     247  0,
     248  0,
     249  0,
     250  0,
     251};
Note: See TracChangeset for help on using the changeset viewer.