Kristján Valur Jónsson wrote: > Hello again. > A lot of overflow tests fail in the testsuite, by expecting overflow using sys.maxint. > for example this line, 196, in test_index.py: self.assertEqual(x[self.neg:self.pos], (-1, maxint)) Those tests should be fixed to use test.test_support.MAX_Py_ssize_t instead of sys.maxint. Regards, Ziga