]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
I've moved the remains of PyInt_ to the longobject.h header file and removed the...
authorChristian Heimes <christian@cheimes.de>
Sun, 2 Dec 2007 16:52:32 +0000 (16:52 +0000)
committerChristian Heimes <christian@cheimes.de>
Sun, 2 Dec 2007 16:52:32 +0000 (16:52 +0000)
commitf78b1c6573a7e4a30f799fd28acd414e5deb140d
treef9bd6ff9ecca07e3b9365cdb90de24bcfd813602
parent2137b6aa997209ac3529c439f82383de0219940d
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.
Doc/whatsnew/3.0.rst
Include/Python.h
Include/intobject.h
Include/longobject.h
Makefile.pre.in
Misc/NEWS