]> 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:54 +0000 (10:38 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 11 Sep 2014 07:38:54 +0000 (10:38 +0300)
commit07940883796e71135723616f06a1405105c09571
tree3b4f2307324c6b254fdee133bd9c566cd88aa2ea
parent31a3ec313d442fd9d64a3882669da634d7b70d56
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