]> granicus.if.org Git - python/commit
Enable large file support on Win32 systems.
authorTim Peters <tim.peters@gmail.com>
Thu, 6 Sep 2001 00:32:15 +0000 (00:32 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 6 Sep 2001 00:32:15 +0000 (00:32 +0000)
commit6e13a562ae01a962612ca76f9afcc7211240236e
tree272a23269db39f82d12388554cac8497f2dc4bab
parent97f4a33e125dc14c72070bbf38f723aaa26b9df7
Enable large file support on Win32 systems.
Curious:  the MS docs say stati64 etc are supported even on Win95, but
Win95 doesn't support a filesystem that allows partitions > 2 Gb.

test_largefile:  This was opening its test file in text mode.  I have no
idea how that worked under Win64, but it sure needs binary mode on Win98.
BTW, on Win98 test_largefile runs quickly (under a second).
Lib/test/test_largefile.py
Misc/NEWS
Modules/posixmodule.c
Objects/fileobject.c
PC/pyconfig.h