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 rosslagerwall
Recipients eckhardt, loewis, nadeem.vawda, rosslagerwall, saa
Date 2011-01-18.06:30:56
SpamBayes Score 4.3836913e-08
Marked as misclassified No
Message-id <1295332259.86.0.216285987754.issue4681@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-01-18 06:30:59rosslagerwallsetrecipients: + rosslagerwall, loewis, nadeem.vawda, eckhardt, saa
2011-01-18 06:30:59rosslagerwallsetmessageid: <1295332259.86.0.216285987754.issue4681@psf.upfronthosting.co.za>
2011-01-18 06:30:57rosslagerwalllinkissue4681 messages
2011-01-18 06:30:57rosslagerwallcreate