[issue15696] Correct __sizeof__ support for mmap

2014-08-19 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.5 -Python 3.3 ___ Python tracker ___ ___

[issue15696] Correct __sizeof__ support for mmap

2014-08-19 Thread Roundup Robot
Roundup Robot added the comment: 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:

[issue15696] Correct __sizeof__ support for mmap

2013-12-09 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Synchronized with tip. -- nosy: +brian.curtin, tim.golden versions: -Python 3.2 Added file: http://bugs.python.org/file33061/mmap_sizeof-3.x_2.patch ___ Python tracker _

[issue15696] Correct __sizeof__ support for mmap

2012-12-29 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- assignee: -> serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue15696] Correct __sizeof__ support for mmap

2012-10-02 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- versions: +Python 3.4 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://m

[issue15696] Correct __sizeof__ support for mmap

2012-09-09 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- nosy: +jcea ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue15696] Correct __sizeof__ support for mmap

2012-08-29 Thread Aaron Iles
Changes by Aaron Iles : -- nosy: +aliles ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org

[issue15696] Correct __sizeof__ support for mmap

2012-08-16 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- stage: -> patch review type: -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue15696] Correct __sizeof__ support for mmap

2012-08-16 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : Added file: http://bugs.python.org/file26859/mmap_sizeof-2.7.patch ___ Python tracker ___ ___ Python-bugs-list m

[issue15696] Correct __sizeof__ support for mmap

2012-08-16 Thread Serhiy Storchaka
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 nos