Use python's epoll wrapper
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).
Showing
neo/lib/epoll.py
deleted
100644 → 0
Please register or sign in to comment