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
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to