diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-02-10 01:58:12 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-02-10 01:58:12 (GMT) |
commit | 8ce6806498be8aa8ae4bd3d3d83624766557ffad (patch) | |
tree | caebafee8484d324214281a56fb3c6cbbc469c26 /Misc | |
parent | dee948b359c3a68ab4d6b81319eb2f3548b64c91 (diff) | |
download | cpython-8ce6806498be8aa8ae4bd3d3d83624766557ffad.zip cpython-8ce6806498be8aa8ae4bd3d3d83624766557ffad.tar.gz cpython-8ce6806498be8aa8ae4bd3d3d83624766557ffad.tar.bz2 |
add overflow checking (closes #23361)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16,6 +16,8 @@ Core and Builtins Library ------- +- Issue #23361: Fix possible overflow in Windows subprocess creation code. + - Issue #23363: Fix possible overflow in itertools.permutations. - Issue #23364: Fix possible overflow in itertools.product. |