[New-bugs-announce] [issue24362] Simplify the fast nodes resize logic in C OrderedDict.

Eric Snow report at bugs.python.org
Tue Jun 2 16:00:31 CEST 2015


New submission from Eric Snow:

Between comments on issue16991 and review comments there, it's clear that the implementation of _odict_resize and _odict_get_index in Objects/odictobject.c are too complicated to be a long-term solution.  simplifying the approach to avoid recursion should help substantially.

----------
assignee: eric.snow
components: Library (Lib)
messages: 244667
nosy: eric.snow, skrah
priority: release blocker
severity: normal
stage: needs patch
status: open
title: Simplify the fast nodes resize logic in C OrderedDict.
versions: Python 3.5, Python 3.6

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


More information about the New-bugs-announce mailing list