mirror of
https://github.com/python/cpython.git
synced 2026-05-16 01:19:28 -04:00
66565649b5
- 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