[New-bugs-announce] [issue25914] Fix OrderedDict.__sizeof__

Serhiy Storchaka report at bugs.python.org
Sun Dec 20 03:52:19 EST 2015


New submission from Serhiy Storchaka:

Proposed patch correctly calculates the size of OrderedDict (the size of an instance dict should not be counted) and adds exact tests for sizeof.

----------
components: Extension Modules
files: odict_sizeof.patch
keywords: patch
messages: 256754
nosy: serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: Fix OrderedDict.__sizeof__
type: behavior
versions: Python 3.5, Python 3.6
Added file: http://bugs.python.org/file41367/odict_sizeof.patch

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


More information about the New-bugs-announce mailing list