From ad84d8c2d6ff5e1285ecca5a2c3e015d8b4dc14e Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 26 May 2016 09:26:09 +0100 Subject: [PATCH] *.c: Declare `PY_SSIZE_T_CLEAN'. Now we can process large strings on 64-bit targets. Err, win? --- catacomb-python.h | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.11.0