commit | 66565649b53b39a11306d96935be8a4810a70f3f | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Tue Jul 29 23:09:56 2014 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Tue Jul 29 23:09:56 2014 +0200 |
tree | 852dc7f6f6272a6cfb1433a3067dac569adb3d08 | |
parent | acc6e7596f515c2e0a3376a5ef647f531f22a824 [diff] | |
parent | 9c9f1f10d391ff3458a80fc3d0110870d50012e2 [diff] |
Merge with Python 3.4 (asyncio) - 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