]> granicus.if.org Git - python/commit
Close #22063: socket operations (socket,recv, sock_sendall, sock_connect,
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 29 Jul 2014 21:08:17 +0000 (23:08 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 29 Jul 2014 21:08:17 +0000 (23:08 +0200)
commit9c9f1f10d391ff3458a80fc3d0110870d50012e2
tree91366a85b6b7bb730cce303233aa0914aff8dbd9
parentf2ed889027f23ecf184a6ef52b7a7cc4921c3000
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.
Lib/asyncio/proactor_events.py
Lib/asyncio/selector_events.py
Lib/test/test_asyncio/test_events.py