[Bug 560787] Review Request: python-mtTkinter - A thread-safe version of Tkinter

bugzilla at redhat.com bugzilla at redhat.com
Sun Jan 9 03:38:29 UTC 2011


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=560787

--- Comment #11 from Paulo Roma Cavalcanti <promac at gmail.com> 2011-01-08 22:38:28 EST ---
I did not say it is a simple modification.

In the source it is written:


"This module modifies the original Tkinter module in memory, making all
functionality thread-safe. It does this by wrapping the Tk class' tk
instance with an object that diverts calls through an event queue when
the call is issued from a thread other than the thread in which the Tk
instance was created. The events are processed in the creation thread
via an 'after' event."

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the package-review mailing list