]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
check for overflows in permutations() and product() (closes #23363, closes #23364)
authorBenjamin Peterson <benjamin@python.org>
Mon, 2 Feb 2015 02:34:07 +0000 (21:34 -0500)
committerBenjamin Peterson <benjamin@python.org>
Mon, 2 Feb 2015 02:34:07 +0000 (21:34 -0500)
commit0eaabf1c05127793753dbb3641d4d107b284ae77
tree339d052650eadbf997c68401f6917c2fcc6654bd
parent6f082297b260d3eb4975d6d4305eba6fd26f9ae9
check for overflows in permutations() and product() (closes #23363, closes #23364)
Lib/test/test_itertools.py
Misc/NEWS
Modules/itertoolsmodule.c