James, thanks for pointing out this. You are right. Using Py_ssize_t*
instead of int* has indeed fixed the problem. We somehow were misguided
reg. the problem. Thanks once again for taking the time to look into this.
--
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subjec
It's not a bug in GCC. It's a bug in the code. The second call to
PyArg_ParseTuple passes an int* where a Py_ssize_t* should be passed. (The
&data_len argument).
--
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.deb
2 matches
Mail list logo