--- tinyfugue-5.1.4.orig/src/tfpython.c +++ tinyfugue-5.1.4/src/tfpython.c @@ -201,7 +201,7 @@ { struct Value *rc; char *cstr; - int len; // Py_ssize_t len; + Py_ssize_t len; // can be null if exception was thrown if( !pRc ) {