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.
Original issue reported on code.google.com by nusg...@gmail.com on 16 Jan 2008 at 6:56
Original issue reported on code.google.com by
nusg...@gmail.com
on 16 Jan 2008 at 6:56Attachments: