]> granicus.if.org Git - python/commit
Issue #17119: Fixed integer overflows when processing large Unicode strings
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 21 Aug 2013 18:46:12 +0000 (21:46 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 21 Aug 2013 18:46:12 +0000 (21:46 +0300)
commit4203570d01e8752288a5aed95f5a832f15a5b548
treea77fb11308dcdafe1c1595e83cc1128ff6fe798b
parentb817faa4ce2e975da009d35493146929f4024308
Issue #17119: Fixed integer overflows when processing large Unicode strings
and tuples in the tkinter module.
Lib/test/test_tcl.py
Misc/NEWS
Modules/_tkinter.c