Eric Snow added the comment:

Here's a patch that adds stores the hash on each node.  This eliminates the 
need to call PyObject_Hash when rebuilding the fast nodes table during a 
resize.  The patch also drops a superfluous while loop.

----------
keywords: +patch
stage: needs patch -> patch review
Added file: http://bugs.python.org/file39598/issue24362-odict-resize.diff

_______________________________________
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