[issue2733] mmap resize fails on anonymous memory

Hirokazu Yamamoto report at bugs.python.org
Sun Jul 5 10:27:40 CEST 2009


Hirokazu Yamamoto <ocean-city at m2.ccsnet.ne.jp> added the comment:

I still think we should forbid to resize anonymous memory map because
this operation is really problematic. I think original poster's purpose
can be fulfilled with creation of another mmap object with same tagname.

Here is a patch for it.

----------
components:  -Windows
stage: commit review -> 
title: mmap resize fails on anonymous memory (Windows) -> mmap resize fails on anonymous memory
versions: +Python 3.2 -Python 2.6, Python 3.0, Python 3.1
Added file: http://bugs.python.org/file14454/mmap_disable_anonymous_resize.patch

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


More information about the Python-bugs-list mailing list