Changeset 754a987


Ignore:
Timestamp:
Dec 19, 2018, 5:14:08 PM (5 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/timestretch, fix/ffmpeg5, master
Children:
df66c37
Parents:
ca9d5aa
Message:

[py] py-cvec uses PyLong_FromLong

File:
1 edited

Legend:

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

    rca9d5aa r754a987  
    137137  }
    138138
    139   args = Py_BuildValue ("I", self->length);
     139  args = PyLong_FromLong(self->length);
    140140  if (args == NULL) {
    141141    goto fail;
Note: See TracChangeset for help on using the changeset viewer.