[Twisted-Python] Missing self.wakeUp() in epoll reactor's callLater

CARSON fenimore at gmail.com
Tue Oct 12 13:14:20 EDT 2010


I noticed that callLater in the epollReactor does not actually wake up
the reactor; the code for the threaded select reactor, however, does
do this via a call to self.wakeUp.  It seems like epoll reactor should
be patched so that call later ends with self.wakeUp - does this seem
correct?



More information about the Twisted-Python mailing list