]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Close #19827: On UNIX, setblocking() and settimeout() methods of socket.socket
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 3 Dec 2013 23:41:24 +0000 (00:41 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 3 Dec 2013 23:41:24 +0000 (00:41 +0100)
commit9a954838aba9385618642342828b9dd7c21851d3
tree368f47c94a6f2af86fd015659f13a2e5a9e4bc1e
parent99c2ab4b837288c0b29a1777988b07a77171c544
Close #19827: On UNIX, setblocking() and settimeout() methods of socket.socket
can now avoid a second syscall if the ioctl() function can be used, or if the
non-blocking flag of the socket is unchanged.
Misc/NEWS
Modules/socketmodule.c