From: Victor Stinner Date: Tue, 29 Jul 2014 21:09:56 +0000 (+0200) Subject: Merge with Python 3.4 (asyncio) X-Git-Tag: v3.5.0a1~1163 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=66565649b53b39a11306d96935be8a4810a70f3f;p=thirdparty%2FPython%2Fcpython.git 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 --- 66565649b53b39a11306d96935be8a4810a70f3f