]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
When we have no setvbuf(), make the file totally unbuffered using
authorGuido van Rossum <guido@python.org>
Fri, 6 Mar 1998 15:32:40 +0000 (15:32 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 6 Mar 1998 15:32:40 +0000 (15:32 +0000)
commitf8b4de02a4895391483836448852ca9e65f6b2ee
treec9cf6231fd6884c2d769103aab17908fa7f5cca1
parent22ffac1b1f8288bac7a277a8caa04ca731a54b81
When we have no setvbuf(), make the file totally unbuffered using
setbuf() if a buffer size of 0 or 1 byte is requested.
Objects/fileobject.c