Ignore:
File:
1 edited

Legend:

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

    r6d8ae981 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.