]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
MvL's patch to fix up large file support. You still need to enable it
authorAnthony Baxter <anthonybaxter@gmail.com>
Mon, 7 Jan 2002 06:42:37 +0000 (06:42 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Mon, 7 Jan 2002 06:42:37 +0000 (06:42 +0000)
commit011287854a180abf88effd5cc113e7575f5431a3
tree65de1d4d9b854748a67876455d596c9ce97d173a
parent355b98a9badf9da09d4161010577aec8285ff1b4
MvL's patch to fix up large file support. You still need to enable it
manually with, e.g.:
    CC='gcc -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' ./configure
Objects/fileobject.c