]> 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:25:22 +0000 (14:25 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 30 May 2014 11:25:22 +0000 (14:25 +0300)
commit1753d2255e14e1a768e4db63e5353191ad1e54e1
tree88416765d2dd50268cf305a93c83eda4e9fe920a
parent88c56cbba5b7485aa2a0aac75a91b4c273253eca
parent79851d755bf4edacd3f423c5e2cca21d0c07c3b6
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