]> granicus.if.org Git - python/commit
Fixed issue #4792: Prevent a segfault in _tkinter by using the
authorGuilherme Polo <ggpolo@gmail.com>
Sat, 7 Mar 2009 01:47:49 +0000 (01:47 +0000)
committerGuilherme Polo <ggpolo@gmail.com>
Sat, 7 Mar 2009 01:47:49 +0000 (01:47 +0000)
commit3768b2f4ce6660485399425aa09fbf6381900259
treee387827b45260d8598ae5ec325a4f1384f4864c4
parent6d6c1fd04e2d7c8edd945c826b69da41e592db4c
Fixed issue #4792: Prevent a segfault in _tkinter by using the
guaranteed to be safe interp argument given to the PythonCmd in place
of the Tcl interpreter taken from a PythonCmd_ClientData.
Misc/NEWS
Modules/_tkinter.c