def __new__(cls, *args, **kwargs):
        try:
            global epoll, EPOLLIN
            from select import epoll, EPOLLIN
        except ImportError: