Brandon K wrote: > PyTuple_SET_ITEM(py, i, Py_BuildValue("l",*result[i]);
Using Py_BuildValue is overkill here. PyInt_FromLong will do just as well. Regards, Martin -- http://mail.python.org/mailman/listinfo/python-list
Brandon K wrote: > PyTuple_SET_ITEM(py, i, Py_BuildValue("l",*result[i]);
Using Py_BuildValue is overkill here. PyInt_FromLong will do just as well. Regards, Martin -- http://mail.python.org/mailman/listinfo/python-list