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 <rep...@bugs.python.org>
<http://bugs.python.org/issue24362>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to