
report at bugs
Jul 5, 2009, 1:27 AM
Post #1 of 1
(95 views)
Permalink
|
|
[issue2733] mmap resize fails on anonymous memory
|
|
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> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|