]> granicus.if.org Git - python/commit
Add largefile support for Linux64 and WIn64. Add test_largefile and some minor
authorTrent Mick <trentm@activestate.com>
Fri, 11 Aug 2000 19:02:59 +0000 (19:02 +0000)
committerTrent Mick <trentm@activestate.com>
Fri, 11 Aug 2000 19:02:59 +0000 (19:02 +0000)
commitf29f47b38beae54db959d0dd2f0800d5dd3fc174
tree72e00382e13f07c3299c36e851b5c766a3ef8783
parent7932ed0ac4fb3db990ebffce0d281865d680a10e
Add largefile support for Linux64 and WIn64. Add test_largefile and some minor
change to regrtest.py to allow optional running of test_largefile ('cause it's
slow on Win64).

This closes patches:
http://sourceforge.net/patch/index.php?func=detailpatch&patch_id=100510&group_id=5470
and
http://sourceforge.net/patch/index.php?func=detailpatch&patch_id=100511&group_id=5470
Lib/test/output/test_largefile [new file with mode: 0644]
Lib/test/regrtest.py
Lib/test/test_largefile.py [new file with mode: 0644]
Objects/fileobject.c