]> granicus.if.org Git - python/commit
Issue #21552: Fixed possible integer overflow of too long string lengths in
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 30 May 2014 11:24:03 +0000 (14:24 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 30 May 2014 11:24:03 +0000 (14:24 +0300)
commit79851d755bf4edacd3f423c5e2cca21d0c07c3b6
treeb059941a272cdf4308fe55c92ec2f48278c97326
parent9f1f4f40e460c44cbe236d7db82a4c036aa77770
Issue #21552: Fixed possible integer overflow of too long string lengths in
the tkinter module on 64-bit platforms.
Lib/test/test_tcl.py
Misc/NEWS
Modules/_tkinter.c