commit | 4203570d01e8752288a5aed95f5a832f15a5b548 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Wed Aug 21 21:46:12 2013 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Wed Aug 21 21:46:12 2013 +0300 |
tree | a77fb11308dcdafe1c1595e83cc1128ff6fe798b | |
parent | b817faa4ce2e975da009d35493146929f4024308 [diff] [blame] |
Issue #17119: Fixed integer overflows when processing large Unicode strings and tuples in the tkinter module.
diff --git a/Misc/NEWS b/Misc/NEWS index 83b5116..67853e4 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -32,6 +32,9 @@ Library ------- +- Issue #17119: Fixed integer overflows when processing large Unicode strings + and tuples in the tkinter module. + - Issue #15233: Python now guarantees that callables registered with the atexit module will be called in a deterministic order.