Issue #14387: Do not include accu.h from Python.h.

This commit is contained in:
Antoine Pitrou 2012-03-22 14:42:18 +01:00
commit d0acb411ef
8 changed files with 9 additions and 1 deletions

View file

@ -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