• Vincent Pelletier's avatar
    Use python's epoll wrapper · 20964f4f
    Vincent Pelletier authored
    Custom ctypes wrapper for epoll is not needed with python 2.6+.
    Also, do not retry upon temporary error: it is valid to handle no packet,
    and retrying the poll call would increase overall timeout without easy fix.
    Also, remove meaningless frozensets (leftovers from an old bug's symptoms).
    20964f4f
__init__.py 22.9 KB