Charles-Francois Natali <neolo...@free.fr> added the comment:

> python mmap objects issue msync() in destructor even if mapping was created 
> with  prot=mmap.PROT_READ only

Actually, the call to msync(2) from destructor has been removed altogether in 
py3k. See http://bugs.python.org/issue2643.

The patch (one line) might be worth backporting, though.

----------
nosy: +neologix

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10867>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to