• Tim Peters's avatar
    _triggerbase: Make new-style class, for better debugability. · b84e138b
    Tim Peters authored
    Windows trigger.__init__:  Simplify more.  The trigger can connect
    after the other end has done  bind() and listen(); no need to wait
    for an accept() too, and so no need to fiddle with blocking/
    non-blocking or "expected" socket.error's either.
    b84e138b
trigger.py 6.59 KB