]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix for Bug #116453.
authorGuido van Rossum <guido@python.org>
Thu, 12 Oct 2000 17:14:46 +0000 (17:14 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 12 Oct 2000 17:14:46 +0000 (17:14 +0000)
commitada6d87c0c72126ec852a838332f8838bcc2dbba
tree00dec564df16f8149fef2d10bd0a1942b001d9ae
parentf4670e96394bf667f5cd959ee9d282435c792657
Fix for Bug #116453.

Direct use of interp->result is deprecated; changing this to
Tcl_GetStringResult(interp) everywhere fixed the problem of losing the
error message with TclError exceptions, on Windows.
Modules/_tkinter.c