[Python-Dev] Event loops, PyOS_InputHook, and Tkinter

Greg Ewing greg.ewing at canterbury.ac.nz
Sun Nov 13 00:50:00 CET 2005


Noam Raphael wrote:

> All that is needed to make Tkinter and Michiels'
> code run together is a way to say "add this callback to the input
> hook" instead of the current "replace the current input hook with this
> callback". Then, when the interpreter is idle, it will call all the
> registered callbacks, one at a time, and everyone would be happy.

Except for those who don't like busy waiting.

Greg


More information about the Python-Dev mailing list