]> granicus.if.org Git - python/commit
Issue #21951: Use attemptckalloc() instead of ckalloc() in Tkinter.
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 11 Sep 2014 07:38:08 +0000 (10:38 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 11 Sep 2014 07:38:08 +0000 (10:38 +0300)
commit1c09c0ea1107a8fbb22c949235a0950b9a98e252
treedd06f802f88782a0b7295fcb03e978b316d6c586
parent08578b0d3b8a4f629878267085d3856a0742853c
Issue #21951: Use attemptckalloc() instead of ckalloc() in Tkinter.

ckalloc() causes the Tcl interpreter to panic, attemptckalloc() returns NULL
if the memory allocation fails.
Misc/NEWS
Modules/_tkinter.c