This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
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 -> closed stage: patch review -> resolved resolution: fixed versions: + Python 3.5, - Python 3.3 |
| 2014年08月19日 14:52:17 | python-dev | set | nosy:
+ python-dev messages: + msg225532 |
| 2013年12月09日 15:00:28 | serhiy.storchaka | set | files:
+ mmap_sizeof-3.x_2.patch versions: - Python 3.2 nosy: + tim.golden, brian.curtin messages: + msg205700 |
| 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: behavior stage: 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 | |