Serhiy Storchaka <[email protected]> added the comment: > That can't possibly be the reason. mmap requires 4k (4096) alignment (on > x86; more than that on SPARC).
This may be the reason to mmap the entire file and then read aligned binary data. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue14315> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
