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

@ -1,5 +1,7 @@
#include "Python.h"
#include "structmember.h"
#include "accu.h"
#if PY_VERSION_HEX < 0x02060000 && !defined(Py_TYPE)
#define Py_TYPE(ob) (((PyObject*)(ob))->ob_type)
#endif