• Tim Peters's avatar
    Enable large file support on Win32 systems. · 6e13a562
    Tim Peters yazdı
    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).
    6e13a562
pyconfig.h 17.6 KB