]> 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:40:46 +0000 (13:40 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Thu, 6 Nov 2003 13:40:46 +0000 (13:40 +0000)
commit4cef81660297cbdf3da8e130b1dadc88e370f77c
tree8245248f7e2c5f47617afb576ea37fdadbb86a2e
parentcc7bb5848eed66773d4d4804921fb9cf02d1ea33
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.
Lib/repr.py
Lib/test/test_repr.py