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, neologix, pitrou
Date 2011-10-11.01:31:40
SpamBayes Score 0.00015482077
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
I don't think it makes sense to accept mmap'ing empty contents when at offset "n" but not at offset "n + 1". Either we remove the check entirely and let people deal with the consequences, or we keep the check as-is.
History
Date User Action Args
2011-10-11 01:31:41pitrousetrecipients: + pitrou, neologix, jazzer
2011-10-11 01:31:41pitrousetmessageid: <[email protected]>
2011-10-11 01:31:40pitroulinkissue13148 messages
2011-10-11 01:31:40pitroucreate