]> 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:56:59 +0000 (10:56 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 11 Sep 2014 07:56:59 +0000 (10:56 +0300)
commit17c01785ee12331fb8cf782ded90a5eaed0b88e1
tree66d800a2cf8a18d099d99a03c039cdf84b5d5710
parent1c09c0ea1107a8fbb22c949235a0950b9a98e252
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