commit | 021dec1c96801401d07c8b84cb51115de641bce9 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sun Feb 01 20:59:00 2015 -0500 |
committer | Benjamin Peterson <benjamin@python.org> | Sun Feb 01 20:59:00 2015 -0500 |
tree | 91b684c4d27c648fb7a57bbfdcdc1d514f05440c | |
parent | 75461e3e2ebefa4a6ef0f191658ce5599e1580a1 [diff] [blame] |
detect overflow in combinations (closes #23366)
diff --git a/Misc/NEWS b/Misc/NEWS index b4a52d2..87a1d9f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -18,6 +18,8 @@ Library ------- +- Issue #23366: Fixed possible integer overflow in itertools.combinations. + - Issue #23191: fnmatch functions that use caching are now threadsafe. - Issue #18518: timeit now rejects statements which can't be compiled outside