I've moved the remains of PyInt_ to the longobject.h header file and removed the inclusing of intobject.h from Python.h. Now the intobject.h exists only to provide some aliases for porters from Python 2.x.

This commit is contained in:
Christian Heimes 2007-12-02 16:52:32 +00:00
parent 2137b6aa99
commit f78b1c6573
6 changed files with 34 additions and 47 deletions

View file

@ -66,7 +66,6 @@
#include "bytesobject.h"
#include "unicodeobject.h"
#include "intobject.h"
#include "longobject.h"
#include "longintrepr.h"
#include "boolobject.h"