• Victor Stinner's avatar
    Merge with Python 3.4 (asyncio) · 66565649
    Victor Stinner authored
    - Close #22063: socket operations (socket,recv, sock_sendall, sock_connect,
      sock_accept) now raise an exception in debug mode if sockets are in blocking
      mode.
    - asyncio: Use the new os.set_blocking() function of Python 3.5 if available
    66565649
unix_events.py 30.3 KB