On Thu, Mar 25, 2004 at 06:49:25PM -0800, Andrew P. Lentvorski, Jr. wrote: > Problem #2 is the unblocking without events. This appears to be a PyGtk > issue. Even though Gtk returns the wrong value for gtk_main_iteration(), > it does block correctly. It appears that PyGtk adds some flavor of event > timer which causes the event loop to kick loose every .1 seconds.
Hmmm. Could this be the workaround/hack that was added to handle signals while in the mainloop? IIRC this is how ctrl-C was allowed to break the mainloop. Am I remembering correctly, Johan? Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 261 2331 _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
