]> granicus.if.org Git - python/commit
Merge with Python 3.4 (asyncio)
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 29 Jul 2014 21:09:56 +0000 (23:09 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 29 Jul 2014 21:09:56 +0000 (23:09 +0200)
commit66565649b53b39a11306d96935be8a4810a70f3f
tree852dc7f6f6272a6cfb1433a3067dac569adb3d08
parentacc6e7596f515c2e0a3376a5ef647f531f22a824
parent9c9f1f10d391ff3458a80fc3d0110870d50012e2
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
Lib/asyncio/unix_events.py
Lib/test/test_asyncio/test_events.py