seanjensengrey / cogen

Automatically exported from code.google.com/p/cogen
MIT License
0 stars 0 forks source link

EpollPoller in cogen.core.pollers is broken #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

Attachments:

GoogleCodeExporter commented 8 years ago
thanx, it's in the trunk

Original comment by ionel...@gmail.com on 16 Jan 2008 at 9:32