[New-bugs-announce] [issue22193] Add _PySys_GetSizeOf()

Serhiy Storchaka report at bugs.python.org
Thu Aug 14 12:24:53 CEST 2014


New submission from Serhiy Storchaka:

Proposed patch adds private function _PySys_GetSizeOf(). It is needed for correct implementing of __sizeof__() methods: issue15490, issue15513, issue15381 (BytesIO.__sizeof__ is broken in 3.5). See discussion about it in issue15490. I extracted this patch in separate issue for its simplicity and because it is needed in other issues.

----------
assignee: serhiy.storchaka
components: Interpreter Core
files: _PySys_GetSizeOf.patch
keywords: patch
messages: 225294
nosy: loewis, serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: Add _PySys_GetSizeOf()
type: enhancement
versions: Python 2.7, Python 3.4, Python 3.5
Added file: http://bugs.python.org/file36368/_PySys_GetSizeOf.patch

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


More information about the New-bugs-announce mailing list