[issue3026] mmap broken with large files on 64bit system

2008-06-01 Thread Matthew Mueller
Matthew Mueller <[EMAIL PROTECTED]> added the comment: Actually, I just realized that this might be a problem with md5 module instead. Either way, something is busted. ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue3026] mmap broken with large files on 64bit system

2008-06-01 Thread Matthew Mueller
New submission from Matthew Mueller <[EMAIL PROTECTED]>: mmap on large files on 64 bit platforms in python >=2.5 returns some sort of garbage. In 2.4 it would just throw an exception. Now I get something like this (script runs md5.md5 on mmap object, and then runs os.system m