]> granicus.if.org Git - python/commit
Due to interaction between the MSL C library and the GUSI I/O library I can get reads...
authorJack Jansen <jack.jansen@cwi.nl>
Mon, 25 Mar 2002 15:32:01 +0000 (15:32 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Mon, 25 Mar 2002 15:32:01 +0000 (15:32 +0000)
commit6d8898b5eb741645d5d7352b0f49bde190355eaa
tree7b2e4cf4d867191c76678b472c5d1ec545f4b4a0
parent03ffbcd393319cfd34341974829fd010fad4b053
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