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.

作者 steve.dower
收信人 serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
日期 2015-03-16.15:49:24
SpamBayes Score -1.0
Marked as misclassified
Message-id <1426520964.86.0.42523558047.issue23668@psf.upfronthosting.co.za>
In-reply-to
内容
It looks like mmap uses pure Win32 APIs for the Windows implementation, and so _chsize_s isn't necessary. There is a comment "todo: need ... a 'chsize' analog" in the file, but I'm not actually sure what that means.

I've made some minor changes from the review, but I had a question about possibly defining HAVE_[F]TRUNCATE in *.c rather than *.h. See the review, and I'll update the patch once we've figured that out.
历史
日期 用户 动作 参数
2015-03-16 15:49:24steve.dower修改recipients: + steve.dower, vstinner, tim.golden, zach.ware, serhiy.storchaka
2015-03-16 15:49:24steve.dower修改messageid: <1426520964.86.0.42523558047.issue23668@psf.upfronthosting.co.za>
2015-03-16 15:49:24steve.dower链接issue23668 messages
2015-03-16 15:49:24steve.dower创建