]> 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:23:52 +0000 (14:23 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 30 May 2014 11:23:52 +0000 (14:23 +0300)
commit2a0220b18af5e93fbe6c3e43aab5482435fc24bd
treefb671429415c3096a9664985cfd78964a89aa0b0
parentd11e8b6af79789cbb64202167ebdc0c4e55067af
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