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 neologix
Recipients mboquien, neologix, pitrou, sbt
Date 2014-04-02.21:20:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396473617.21.0.527923207564.issue21116@psf.upfronthosting.co.za>
In-reply-to
Content
Zero-filling mmap's backing file isn't really optimal: why not use truncate() instead? This way, it'll avoid completely I/O on filesystems that support sparse files, and should still work on FS that don't.
History
Date User Action Args
2014-04-02 21:20:17neologixsetrecipients: + neologix, pitrou, sbt, mboquien
2014-04-02 21:20:17neologixsetmessageid: <1396473617.21.0.527923207564.issue21116@psf.upfronthosting.co.za>
2014-04-02 21:20:17neologixlinkissue21116 messages
2014-04-02 21:20:16neologixcreate