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 loewis
Recipients
Date 2002-02-24.17:26:37
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=21627

It seems that all you need to have is access to the Tcl
lock. Would that solve your problem?

As for reporting the error up: This is certainly possible.
Just implement a _report_exception method on your widget;
define it as

    def _report_exception(self):
        raise
History
Date User Action Args
2007-08-23 13:55:50adminlinkissue452973 messages
2007-08-23 13:55:50admincreate