Message125785
> 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. |
|
Date |
User |
Action |
Args |
2011-01-08 16:02:52 | neologix | set | recipients:
+ neologix, socketpair |
2011-01-08 16:02:52 | neologix | set | messageid: <1294502572.57.0.589484247611.issue10867@psf.upfronthosting.co.za> |
2011-01-08 16:02:47 | neologix | link | issue10867 messages |
2011-01-08 16:02:47 | neologix | create | |
|