]> 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:40:44 +0000 (10:40 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 11 Sep 2014 07:40:44 +0000 (10:40 +0300)
commit979f80b8da091c596f5e602accfb91962a816056
tree4c4cec80922a6a222291d5d341804ac5d22193ab
parent8ebf9106129e59e54a852cd7643510d85a30840e
parent07940883796e71135723616f06a1405105c09571
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