diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-02-02 02:35:34 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-02-02 02:35:34 (GMT) |
commit | c468b537cd227ce5484500a8f8ea7e932eabc7d5 (patch) | |
tree | 6f69d38e1640f2b243ae148e62424d605a6ee4d8 /Misc | |
parent | f635dc32b1dc3d322acd281921afdb8c13261838 (diff) | |
parent | 0eaabf1c05127793753dbb3641d4d107b284ae77 (diff) | |
download | cpython-c468b537cd227ce5484500a8f8ea7e932eabc7d5.zip cpython-c468b537cd227ce5484500a8f8ea7e932eabc7d5.tar.gz cpython-c468b537cd227ce5484500a8f8ea7e932eabc7d5.tar.bz2 |
merge 3.3 (#23364, #23363)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -50,6 +50,10 @@ Core and Builtins Library ------- +- Issue #23363: Fix possible overflow in itertools.permutations. + +- Issue #23364: Fix possible overflow in itertools.product. + - Issue #23366: Fixed possible integer overflow in itertools.combinations. - Issue #23366: Fixed possible integer overflow in itertools.combinations. |