]> granicus.if.org Git - python/commit
accepted sockets shouldn't inherit the SOCK_NONBLOCK flag (closes #25471)
authorBenjamin Peterson <benjamin@python.org>
Sun, 25 Oct 2015 03:06:04 +0000 (20:06 -0700)
committerBenjamin Peterson <benjamin@python.org>
Sun, 25 Oct 2015 03:06:04 +0000 (20:06 -0700)
commitd9dbf493837b798757ed68dbd97dd55cd0c6efa5
treeab712037d2f289ce073d32c7b35c6a023a2034c3
parent458123bd18e663919f441a69e01e8c76d5b01a98
accepted sockets shouldn't inherit the SOCK_NONBLOCK flag (closes #25471)
Lib/socket.py
Lib/test/test_socket.py
Misc/NEWS