[issue12957] mmap.resize changes memory address of mmap'd region

2019-04-26 Thread Mark Lawrence
Change by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue12957] mmap.resize changes memory address of mmap'd region

2014-10-05 Thread Mark Lawrence
Mark Lawrence added the comment: @Michael can you provide a patch to this effect? -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12957

[issue12957] mmap.resize changes memory address of mmap'd region

2013-07-07 Thread Christian Heimes
Changes by Christian Heimes li...@cheimes.de: -- stage: - needs patch versions: +Python 3.3, Python 3.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12957 ___

[issue12957] mmap.resize changes memory address of mmap'd region

2011-09-10 Thread Michael Schurter
New submission from Michael Schurter m...@schmichael.com: Since mmap.resize uses MREMAP_MAYMOVE on Linux, it would be nice to warn users that pointers into their memory mapped regions will be invalid after resizes. Linux's manpage offers the following explanation: If the mapping is relocated,

[issue12957] mmap.resize changes memory address of mmap'd region

2011-09-10 Thread Alex Gaynor
Changes by Alex Gaynor alex.gay...@gmail.com: -- nosy: +alex ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12957 ___ ___ Python-bugs-list mailing