]> granicus.if.org Git - python/commit
Issue #23834: Modify socket.sendall() to reuse sock_call() with
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 1 Apr 2015 20:53:26 +0000 (22:53 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 1 Apr 2015 20:53:26 +0000 (22:53 +0200)
commit02f32ab47e1f69f0bdbc8f8ba930a8e2a2d6846f
tree1c59cc08372c723ef5ba136d1b80f644517a8e43
parent31bf2d50735f7d0eb1407fe450e878b7f6e7715c
Issue #23834: Modify socket.sendall() to reuse sock_call() with
sock_send_impl()
Modules/socketmodule.c