diff options
author | Christian Heimes <christian@cheimes.de> | 2007-12-02 16:52:32 +0000 |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2007-12-02 16:52:32 +0000 |
commit | f78b1c6573a7e4a30f799fd28acd414e5deb140d (patch) | |
tree | f9bd6ff9ecca07e3b9365cdb90de24bcfd813602 /Include/Python.h | |
parent | 2137b6aa997209ac3529c439f82383de0219940d (diff) | |
download | cpython-git-f78b1c6573a7e4a30f799fd28acd414e5deb140d.tar.gz |
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.
Diffstat (limited to 'Include/Python.h')
-rw-r--r-- | Include/Python.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Include/Python.h b/Include/Python.h index d2bda8c534..fef57b4d5e 100644 --- a/Include/Python.h +++ b/Include/Python.h @@ -66,7 +66,6 @@ #include "bytesobject.h" #include "unicodeobject.h" -#include "intobject.h" #include "longobject.h" #include "longintrepr.h" #include "boolobject.h" |