]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Patch from Trent Mick:
authorAndrew M. Kuchling <amk@amk.ca>
Sun, 18 Jun 2000 04:45:14 +0000 (04:45 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Sun, 18 Jun 2000 04:45:14 +0000 (04:45 +0000)
commit70d2742fce9c971fffc2f0c25c93b7686da84f60
tree42be5239910d9e10054107c51301b7af18f1a67d
parent9bc5f3339ad175e4dedb312fa2c5faecbbb8bfee
Patch from Trent Mick:
The seek() method is broken for any 'whence' value (seek from
start, current, orend) other than the default. I have a patch
that fixes that as well as gets mmap'd files working on
Linux64 and Win64.
Modules/mmapmodule.c