]> 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:57:13 +0000 (10:57 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 11 Sep 2014 07:57:13 +0000 (10:57 +0300)
commitabf68ce16474a2d252723099f1c7a6d640191123
tree1300b07bd551a888966a4d2d77636dc68a540351
parent07940883796e71135723616f06a1405105c09571
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