]> granicus.if.org Git - python/commit
Fix those parts in the testsuite that assumed that sys.maxint would cause overflow...
authorKristján Valur Jónsson <kristjan@ccpgames.com>
Thu, 3 May 2007 20:09:56 +0000 (20:09 +0000)
committerKristján Valur Jónsson <kristjan@ccpgames.com>
Thu, 3 May 2007 20:09:56 +0000 (20:09 +0000)
commit170eee9d6ae4ad4270cfd164c046c2381d746191
tree75570ad8d2a1b630046f6753a6a7fd2c2c11a17c
parent19ac472ba12c41e201b91a45e21ebc0b079d3ca1
Fix those parts in the testsuite that assumed that sys.maxint would cause overflow on x64.  Now the testsuite is well behaved on that platform.
Lib/test/string_tests.py
Lib/test/test_format.py
Lib/test/test_index.py
Lib/test/test_itertools.py
Lib/test/test_unittest.py