From bf67d5808ca6d24ad0247ce36ad555f8c23720bf Mon Sep 17 00:00:00 2001 From: OldPanda Date: Sun, 27 Dec 2020 17:27:13 -0800 Subject: [PATCH] Fix deprecate warning --- mmh3module.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/mmh3module.cpp b/mmh3module.cpp index 7bc7c02..2300b75 100644 --- a/mmh3module.cpp +++ b/mmh3module.cpp @@ -1,3 +1,4 @@ +#define PY_SSIZE_T_CLEAN #include #include #include