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.

作者 rosslagerwall
收信人 eckhardt, loewis, nadeem.vawda, rosslagerwall, saa
日期 2011-01-18.06:30:56
SpamBayes Score 4.3836913e-08
Marked as misclassified
Message-id <1295332259.86.0.216285987754.issue4681@psf.upfronthosting.co.za>
In-reply-to
内容
Attached is a fix to make offset use off_t. This means that mmap will work with offset > 2GB on 32bit systems.

It also fixes that mmap.size() returns the correct value for files > 2GB on 32bit systems.

The first issue of msg78055 was fixed in issue10916, this also fixes the second part, raising an exception if the mmap length is too large instead of mmap()ing an invalid or wrong size.
历史
日期 用户 动作 参数
2011-01-18 06:30:59rosslagerwall修改recipients: + rosslagerwall, loewis, nadeem.vawda, eckhardt, saa
2011-01-18 06:30:59rosslagerwall修改messageid: <1295332259.86.0.216285987754.issue4681@psf.upfronthosting.co.za>
2011-01-18 06:30:57rosslagerwall链接issue4681 messages
2011-01-18 06:30:57rosslagerwall创建