diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-03-02 16:17:05 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-03-02 16:17:05 (GMT) |
commit | b779bfba458a8147cce44100cbc14ec304807197 (patch) | |
tree | d933468ca1090f84495f8016645c5e820f081528 /Misc/NEWS | |
parent | 03f8612562d509013c179c908815e78092a058ad (diff) | |
download | cpython-b779bfba458a8147cce44100cbc14ec304807197.zip cpython-b779bfba458a8147cce44100cbc14ec304807197.tar.gz cpython-b779bfba458a8147cce44100cbc14ec304807197.tar.bz2 |
fix possible overflow bugs in unicodedata (closes #23367)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16,6 +16,8 @@ Core and Builtins Library ------- +- Issue #23367: Fix possible overflows in the unicodedata module. + - Issue #23361: Fix possible overflow in Windows subprocess creation code. - Issue #23363: Fix possible overflow in itertools.permutations. |