[issue12562] calling mmap twice fails on Windows

Antoine Pitrou report at bugs.python.org
Mon Aug 1 15:28:37 CEST 2011


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

Vlad, thank you for the diagnosis.
Indeed by passing a different tagname (or no tagname at all), the problem doesn't occur.
Since mmap.mmap() matches the semantics chosen by Microsoft here, I tend to think this is not a bug; besides, "fixing" it would probably be intricate.

----------
resolution:  -> rejected
status: open -> pending
versions: +Python 3.2, Python 3.3

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


More information about the Python-bugs-list mailing list