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 blaforge
Recipients
Date 2003-11-06.15:05:34
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Fatal Python error: PyEval_RestoreThread: NULL tstate

I get this if I do a sys.exit() or a Tkinter quit() from with 
an after call or from capturing an input event.

HOWEVER, if I capture a <Destroy> event and then call 
quit(), everything works fine!
History
Date User Action Args
2007-08-23 14:18:09adminlinkissue837234 messages
2007-08-23 14:18:09admincreate