summaryrefslogtreecommitdiff
path: root/Objects/tupleobject.c
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2012-03-22 14:38:16 +0100
committerAntoine Pitrou <solipsis@pitrou.net>2012-03-22 14:38:16 +0100
commit0197ff97d025f51d52503b03dca2c91a111acdaa (patch)
tree9d09a1fc356a74a0d8aa18676d9c63fabe20260c /Objects/tupleobject.c
parentab79c71f39485d7ddc058dfc3a9c3d02ec859c36 (diff)
downloadcpython-git-0197ff97d025f51d52503b03dca2c91a111acdaa.tar.gz
Issue #14387: Do not include accu.h from Python.h.
Diffstat (limited to 'Objects/tupleobject.c')
-rw-r--r--Objects/tupleobject.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Objects/tupleobject.c b/Objects/tupleobject.c
index f6dbc315d9..e99eda06f1 100644
--- a/Objects/tupleobject.c
+++ b/Objects/tupleobject.c
@@ -2,6 +2,7 @@
/* Tuple object implementation */
#include "Python.h"
+#include "accu.h"
/* Speed optimization to avoid frequent malloc/free of small tuples */
#ifndef PyTuple_MAXSAVESIZE