This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author schmir
Recipients schmir
Date 2008-04-16.16:40:10
SpamBayes Score 0.23744713
Marked as misclassified No
Message-id <1208364011.8.0.265890387189.issue2643@psf.upfronthosting.co.za>
In-reply-to
Content
The close method does not call msync or FlushViewOfFile.
I find this a bit strange cause explicitly closing the mmap will not
flush changes but relying on the garbage collector will flush changes.
History
Date User Action Args
2008-04-16 16:40:12schmirsetspambayes_score: 0.237447 -> 0.23744713
recipients: + schmir
2008-04-16 16:40:12schmirsetspambayes_score: 0.237447 -> 0.237447
messageid: <1208364011.8.0.265890387189.issue2643@psf.upfronthosting.co.za>
2008-04-16 16:40:11schmirlinkissue2643 messages
2008-04-16 16:40:10schmircreate