Issue 15696: Correct sizeof support for mmap (original) (raw)

Issue15696

Created on 2012-08-16 19:31 by serhiy.storchaka, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
mmap_sizeof-3.x.patch serhiy.storchaka,2012-08-16 19:31 Patch for 3.2 and 3.3 review
mmap_sizeof-2.7.patch serhiy.storchaka,2012-08-16 19:32 Patch for 2.7 review
mmap_sizeof-3.x_2.patch serhiy.storchaka,2013-12-09 15:00 review
Messages (3)
msg168402 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2012-08-16 19:31
Here is a patch that implements correct __sizeof__ for mmap under Windows. I have not tested it because it is Windows-only issue. Please test it.
msg205700 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2013-12-09 15:00
Synchronized with tip.
msg225532 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2014-08-19 14:52
New changeset 4aba144b752d by Serhiy Storchaka in branch '2.7': Issue #15696: Add a __sizeof__ implementation for mmap objects on Windows. http://hg.python.org/cpython/rev/4aba144b752d New changeset ca4a22256bf8 by Serhiy Storchaka in branch '3.4': Issue #15696: Add a __sizeof__ implementation for mmap objects on Windows. http://hg.python.org/cpython/rev/ca4a22256bf8 New changeset f543171d7f41 by Serhiy Storchaka in branch 'default': Issue #15696: Add a __sizeof__ implementation for mmap objects on Windows. http://hg.python.org/cpython/rev/f543171d7f41
History
Date User Action Args
2022-04-11 14:57:34 admin set github: 59901
2014-08-19 18:46:20 serhiy.storchaka set status: open -> closedstage: patch review -> resolvedresolution: fixedversions: + Python 3.5, - Python 3.3
2014-08-19 14:52:17 python-dev set nosy: + python-devmessages: +
2013-12-09 15:00:28 serhiy.storchaka set files: + mmap_sizeof-3.x_2.patchversions: - Python 3.2nosy: + tim.golden, brian.curtinmessages: +
2012-12-29 22:24:42 serhiy.storchaka set assignee: serhiy.storchaka
2012-10-02 16:47:33 serhiy.storchaka set versions: + Python 3.4
2012-09-10 02:33:21 jcea set nosy: + jcea
2012-08-29 12:02:40 aliles set nosy: + aliles
2012-08-16 19:37:26 serhiy.storchaka set type: behaviorstage: patch review
2012-08-16 19:32:24 serhiy.storchaka set files: + mmap_sizeof-2.7.patch
2012-08-16 19:31:38 serhiy.storchaka create