]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
backport jackjansen's checkin of
authorMichael W. Hudson <mwh@python.net>
Mon, 25 Mar 2002 17:40:43 +0000 (17:40 +0000)
committerMichael W. Hudson <mwh@python.net>
Mon, 25 Mar 2002 17:40:43 +0000 (17:40 +0000)
commit6403be2c004c0dca2e1abcb8b31954f1efb2179c
tree9f6376da6430ed908fec69e269fc4cd1c4f15233
parent23d91adecc66df2dc5cc678f5a61c994aa445f20
backport jackjansen's checkin of
    revision 1.211 of socketmodule.c

Due to interaction between the MSL C library and the GUSI I/O library I can get reads from sockets to work consistently either for unbuffered binary files or for buffered binary files, but not for both:-(

The workaround is to force socket.makefile() to disable buffering for binary files.

Fixes bug 534625. 2.2.1 candidate.
Modules/socketmodule.c