This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients Arfrever, pkt, python-dev, serhiy.storchaka
Date 2015-02-02.07:01:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422860502.28.0.579324197749.issue23364@psf.upfronthosting.co.za>
In-reply-to
Content
+        with self.assertRaises(OverflowError):
+            product(["a"]*(2**16), repeat=2**16)

The test needs 16GiB. May be use repeat=2**13?
History
Date User Action Args
2015-02-02 07:01:42serhiy.storchakasetrecipients: + serhiy.storchaka, Arfrever, python-dev, pkt
2015-02-02 07:01:42serhiy.storchakasetmessageid: <1422860502.28.0.579324197749.issue23364@psf.upfronthosting.co.za>
2015-02-02 07:01:42serhiy.storchakalinkissue23364 messages
2015-02-02 07:01:42serhiy.storchakacreate