summaryrefslogtreecommitdiffstats
path: root/Objects/picklebufobject.c
diff options
context:
space:
mode:
Diffstat (limited to 'Objects/picklebufobject.c')
-rw-r--r--Objects/picklebufobject.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Objects/picklebufobject.c b/Objects/picklebufobject.c
index aaa852c..ca83a0a 100644
--- a/Objects/picklebufobject.c
+++ b/Objects/picklebufobject.c
@@ -1,6 +1,5 @@
/* PickleBuffer object implementation */
-#define PY_SSIZE_T_CLEAN
#include "Python.h"
#include <stddef.h>