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 steve.dower
Recipients serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2015-03-16.15:49:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426520964.86.0.42523558047.issue23668@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-03-16 15:49:24steve.dowersetrecipients: + steve.dower, vstinner, tim.golden, zach.ware, serhiy.storchaka
2015-03-16 15:49:24steve.dowersetmessageid: <1426520964.86.0.42523558047.issue23668@psf.upfronthosting.co.za>
2015-03-16 15:49:24steve.dowerlinkissue23668 messages
2015-03-16 15:49:24steve.dowercreate