This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mdehoon
Recipients
Date 2005-03-03.05:29:57
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=488897

I tried the CVS version on a few platforms (Cygwin, Mac OS
X, Linux) and I found no problems with it. Also the Python
test suite didn't reveal any problems. Thanks for looking at
this patch. I really appreciate your 5-to-1 patch review offer.
To answer your question about the exit command, it may be an
attempt to replace Tcl's exit command, so that the Tcl
interpreter doesn't exit. But I don't know, really, I don't
use Tkinter much. My real interest is the PyOS_InputHook
event hook function, which I need to work correctly for a
scientific plotting package for Python. While working on a
separate patch involving PyOS_InputHook, I noticed that
Tkinter doesn't call the DisableEventHook problem. This led
me to the reference count problem.
History
Date User Action Args
2007-08-23 15:41:49adminlinkissue1121234 messages
2007-08-23 15:41:49admincreate