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 python-dev
Recipients Arfrever, pkt, python-dev
Date 2015-02-02.02:39:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20150202023853.39278.73094@psf.io>
In-reply-to
Content
New changeset 7133582b6769 by Benjamin Peterson in branch '3.3':
check for overflows in permutations() and product() (closes #23363, closes #23364)
https://hg.python.org/cpython/rev/7133582b6769

New changeset 9ae055c3db32 by Benjamin Peterson in branch '3.4':
merge 3.3 (#23364, #23363)
https://hg.python.org/cpython/rev/9ae055c3db32

New changeset 31dc5a40d2ab by Benjamin Peterson in branch 'default':
merge 3.4 (#23364, #23363)
https://hg.python.org/cpython/rev/31dc5a40d2ab

New changeset acc2c3479f2e by Benjamin Peterson in branch '2.7':
check for overflows in permutations() and product() (closes #23363, closes #23364)
https://hg.python.org/cpython/rev/acc2c3479f2e
History
Date User Action Args
2015-02-02 02:39:04python-devsetrecipients: + python-dev, Arfrever, pkt
2015-02-02 02:39:04python-devlinkissue23364 messages
2015-02-02 02:39:04python-devcreate