Serhiy Storchaka added the comment: + with self.assertRaises(OverflowError): + product(["a"]*(2**16), repeat=2**16)
The test needs 16GiB. May be use repeat=2**13? ---------- nosy: +serhiy.storchaka status: closed -> open _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue23364> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com