From: Mark Wooding Date: Thu, 26 May 2016 08:26:09 +0000 (+0100) Subject: *.c: Declare `PY_SSIZE_T_CLEAN'. X-Git-Url: https://git.distorted.org.uk/~mdw/pyke/commitdiff_plain/ad84d8c2d6ff5e1285ecca5a2c3e015d8b4dc14e *.c: Declare `PY_SSIZE_T_CLEAN'. Now we can process large strings on 64-bit targets. Err, win? --- diff --git a/catacomb-python.h b/catacomb-python.h index 0949562..77c7eae 100644 --- a/catacomb-python.h +++ b/catacomb-python.h @@ -33,6 +33,8 @@ /*----- Header files ------------------------------------------------------*/ +#define PY_SSIZE_T_CLEAN + #include #include #include