]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
On RH10, the PIE additions to gcc mean that id() can sometimes be a very
authorAnthony Baxter <anthonybaxter@gmail.com>
Thu, 6 Nov 2003 13:57:49 +0000 (13:57 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Thu, 6 Nov 2003 13:57:49 +0000 (13:57 +0000)
commit68fa8d91ed1a6fb989a26b962f8d30dea8ffc67e
treea799f05bc4d70a2c540c86492037e1d7131a380f
parent4cef81660297cbdf3da8e130b1dadc88e370f77c
On RH10, the PIE additions to gcc mean that id() can sometimes be a very
large 32 bit int, which comes out as a negative int. Workaround this to
prevent warnings from the test suite and the std lib.
Lib/asyncore.py
Lib/tarfile.py
Lib/xml/dom/minidom.py