• Jeremy Hylton's avatar
    Fix for SF bug 453099 -- select not defensive · fbd5797e
    Jeremy Hylton authored
    And SF patch 473223 -- infinite getattr loop
    
    Wrap select() and poll() calls with try/except for EINTR.  If EINTR is
    raised, treat as a response where no fd is ready.
    
    In dispatcher constructor, make sure self.socket is always
    initialized.
    fbd5797e
asyncore.py 16.4 KB