Changeset 0e70ef9


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

Location:
python
Files:
8 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};
  • python/ext/py-fft.c

    r84fad5a r0e70ef9  
    188188  0,
    189189  Py_fft_new,
     190  0,
     191  0,
     192  0,
     193  0,
     194  0,
     195  0,
     196  0,
     197  0,
     198  0,
    190199};
  • python/ext/py-filter.c

    r84fad5a r0e70ef9  
    204204  0,                            /* tp_alloc          */
    205205  Py_filter_new,                /* tp_new            */
     206  0,
     207  0,
     208  0,
     209  0,
     210  0,
     211  0,
     212  0,
     213  0,
     214  0,
    206215};
  • python/ext/py-filterbank.c

    r84fad5a r0e70ef9  
    247247  0,
    248248  Py_filterbank_new,
     249  0,
     250  0,
     251  0,
     252  0,
     253  0,
     254  0,
     255  0,
     256  0,
     257  0,
    249258};
  • python/ext/py-phasevoc.c

    r84fad5a r0e70ef9  
    202202  0,
    203203  Py_pvoc_new,
     204  0,
     205  0,
     206  0,
     207  0,
     208  0,
     209  0,
     210  0,
     211  0,
     212  0,
    204213};
  • python/ext/py-sink.c

    r84fad5a r0e70ef9  
    251251  0,
    252252  Py_sink_new,
     253  0,
     254  0,
     255  0,
     256  0,
     257  0,
     258  0,
     259  0,
     260  0,
     261  0,
    253262};
  • python/ext/py-source.c

    r84fad5a r0e70ef9  
    321321  0,
    322322  Py_source_new,
     323  0,
     324  0,
     325  0,
     326  0,
     327  0,
     328  0,
     329  0,
     330  0,
     331  0,
    323332};
  • python/lib/gen_code.py

    r84fad5a r0e70ef9  
    527527  0,
    528528  Py_{shortname}_new,
     529  0,
     530  0,
     531  0,
     532  0,
     533  0,
     534  0,
     535  0,
     536  0,
     537  0,
    529538}};
    530539""".format(**self.__dict__)
Note: See TracChangeset for help on using the changeset viewer.