[issue13148] simple bug in mmap size check

Antoine Pitrou report at bugs.python.org
Tue Oct 11 03:31:41 CEST 2011


Antoine Pitrou <pitrou at free.fr> added the comment:

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.

----------
nosy: +neologix
stage: committed/rejected -> 

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13148>
_______________________________________


More information about the Python-bugs-list mailing list