]> granicus.if.org Git - python/commit
Issue #21951: Fixed a crash in Tkinter on AIX when called Tcl command with
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 11 Sep 2014 07:58:02 +0000 (10:58 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 11 Sep 2014 07:58:02 +0000 (10:58 +0300)
commitd5fd6188e286a52334e24ef1ce4467618c2c1271
tree525e720f81bcf93c6c8116f03b22ea585e913a08
parent979f80b8da091c596f5e602accfb91962a816056
parentabf68ce16474a2d252723099f1c7a6d640191123
Issue #21951: Fixed a crash in Tkinter on AIX when called Tcl command with
empty string or tuple argument.

On some platforms Tcl memory allocator returns NULL when allocating zero-sized
block of memory.
Lib/test/test_tcl.py
Misc/NEWS
Modules/_tkinter.c