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, jbeezley, loewis, nadeem.vawda, pitrou, rosslagerwall, saa, vstinner, wrobell
Date 2011-02-10.04:38:01
SpamBayes Score 6.8700414e-05
Marked as misclassified No
Message-id <1297312681.72.0.903234650241.issue4681@psf.upfronthosting.co.za>
In-reply-to
Content
> will this patch support off_t for "mmap.resize" as well?
> ftruncate uses off_t for the length of a file as well.

No, it doesn't because resize() resizes the amount mmapped in memory which can't be more than ssize_t anyway. However, resizing does work on a 12GiB file with a large offset, e.g. 6GiB.
History
Date User Action Args
2011-02-10 04:38:01rosslagerwallsetrecipients: + rosslagerwall, loewis, pitrou, vstinner, wrobell, nadeem.vawda, eckhardt, saa, jbeezley
2011-02-10 04:38:01rosslagerwallsetmessageid: <1297312681.72.0.903234650241.issue4681@psf.upfronthosting.co.za>
2011-02-10 04:38:01rosslagerwalllinkissue4681 messages
2011-02-10 04:38:01rosslagerwallcreate