[New-bugs-announce] [issue15696] Correct __sizeof__ support for mmap

Serhiy Storchaka report at bugs.python.org
Thu Aug 16 21:31:39 CEST 2012


New submission from Serhiy Storchaka:

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.

----------
components: Library (Lib), Windows
files: mmap_sizeof-3.x.patch
keywords: patch
messages: 168402
nosy: storchaka
priority: normal
severity: normal
status: open
title: Correct __sizeof__ support for mmap
versions: Python 2.7, Python 3.2, Python 3.3
Added file: http://bugs.python.org/file26858/mmap_sizeof-3.x.patch

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


More information about the New-bugs-announce mailing list