]> granicus.if.org Git - python/commit
SF patch #678257 by Geoff Talvola.
authorGuido van Rossum <guido@python.org>
Fri, 31 Jan 2003 18:15:58 +0000 (18:15 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 31 Jan 2003 18:15:58 +0000 (18:15 +0000)
commit8f24cdc0d5e30e2f924ed2e8a71400fa87a70983
tree051c3bf55ae03d10efaa63dffdd7b18b4bea592f
parent4f707ac8b13a03609bc7618f7e7b17b97b7a0aeb
SF patch #678257 by Geoff Talvola.

In sendall(), do an internal select before each send() call, instead
of only for the first one.
Modules/socketmodule.c