]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Call write(fileno(fp), ...) instead of fwrite for LARGE writes.
authorGuido van Rossum <guido@python.org>
Tue, 12 Nov 1991 15:42:49 +0000 (15:42 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 12 Nov 1991 15:42:49 +0000 (15:42 +0000)
commit8aff84a100045f65125fb270b264fe8947c414f1
tree08a5b52a02e13989d35b6cc815482166633118e2
parent19f1b8261efd9d0a30a7551d2e2a55288e92a6d6
Call write(fileno(fp), ...) instead of fwrite for LARGE writes.
Objects/fileobject.c