Posted on Jan 16, 2008 by
Grumpy Ox
I installed py-epoll_1.2 bundled with cogen-0.1.3, then all tests fails. a quick glance reveal that EpollPoller didn't do initialization.of super class Poller, resulting AttributeError: waiting_reads, waiting_writes not found. The following patch add missing super() call, after that all tests pass.
- linuxepoll.patch 489
Comment #1
Posted on Jan 16, 2008 by Happy Dogthanx, it's in the trunk
Status: Fixed
Labels:
Type-Defect
Priority-Medium