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 pitrou
Recipients jazzer, pitrou
Date 2011-10-11.01:04:20
SpamBayes Score 0.00028927517
Marked as misclassified No
Message-id <1318295061.46.0.150042102739.issue13148@psf.upfronthosting.co.za>
In-reply-to
Content
Well, you have to understand what this code does: it tries to prevent non-meaningful offsets. If the offset is equal to the file size, mapping from that offset would not map anything in the file (and the system call may actually fail).
History
Date User Action Args
2011-10-11 01:04:21pitrousetrecipients: + pitrou, jazzer
2011-10-11 01:04:21pitrousetmessageid: <1318295061.46.0.150042102739.issue13148@psf.upfronthosting.co.za>
2011-10-11 01:04:20pitroulinkissue13148 messages
2011-10-11 01:04:20pitroucreate