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 rhettinger
Recipients methane, ned.deily, rhettinger, serhiy.storchaka, vstinner, xiang.zhang
Date 2016-09-18.17:15:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474218957.11.0.361080986893.issue28183@psf.upfronthosting.co.za>
In-reply-to
Content
> Raymond: With such implementation keys, values and hashes are all
> organized together and there seems no _resize operation can only 
> adjust hashes without breaking the entire layout.

None of those needs to change during a resize.  Only indices array needs to be rebuilt.
History
Date User Action Args
2016-09-18 17:15:57rhettingersetrecipients: + rhettinger, vstinner, ned.deily, methane, serhiy.storchaka, xiang.zhang
2016-09-18 17:15:57rhettingersetmessageid: <1474218957.11.0.361080986893.issue28183@psf.upfronthosting.co.za>
2016-09-18 17:15:57rhettingerlinkissue28183 messages
2016-09-18 17:15:57rhettingercreate