This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.snow
Recipients eric.snow, skrah, yselivanov
Date 2015-06-02.22:47:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433285265.0.0.645565628182.issue24362@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-06-02 22:47:45eric.snowsetrecipients: + eric.snow, skrah, yselivanov
2015-06-02 22:47:45eric.snowsetmessageid: <1433285265.0.0.645565628182.issue24362@psf.upfronthosting.co.za>
2015-06-02 22:47:44eric.snowlinkissue24362 messages
2015-06-02 22:47:44eric.snowcreate