Export to GitHub

cogen - issue #3

EpollPoller in cogen.core.pollers is broken


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.

Attachments

Comment #1

Posted on Jan 16, 2008 by Happy Dog

thanx, it's in the trunk

Status: Fixed

Labels:
Type-Defect Priority-Medium