[Twisted-Python] Reactors

Itamar Shtull-Trauring itamar at itamarst.org
Thu Nov 18 13:24:41 EST 2004


On Thu, 2004-11-18 at 13:17 -0500, James Y Knight wrote:

> Changing doIteration to:
>      def doIteration(self, delay=0.0):
>          log.msg(channel='system', event='iteration', reactor=self)
>          self.callLater(delay, self.crash)
>          self.run()
> 
> seems to help a lot. But it's still failing a bunch of tests. Perhaps 
> this gives someone who wants to maintain qtreactor a head start at 
> figuring out how to fix it the rest of the way.

If it helps enough to get it to not freeze or take hours to do tests,
check it in. We can start a qt buildbot and start fixing 
incrementally.






More information about the Twisted-Python mailing list