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 serhiy.storchaka
Recipients eric.snow, python-dev, rhettinger, serhiy.storchaka
Date 2015-11-06.10:10:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446804640.42.0.569772656704.issue25410@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you for your review Eric.

I made error in commit messages, that is why they are non shown here. odict_revert_setting_on_error.patch and odict_iternext_simpler.patch were committed in 1594c23d8c2f and ad44d551c13c.

od_resize_sentinel2 in odict_resize_sentinel.patch was renamed to od_fast_nodes_size. Now I see that this is not enough. It is possible that ma_keys is located on the same place, has the same size, but has different layout for keys with matched hashes. I'm trying to write more reliable checks.
History
Date User Action Args
2015-11-06 10:10:40serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, python-dev, eric.snow
2015-11-06 10:10:40serhiy.storchakasetmessageid: <1446804640.42.0.569772656704.issue25410@psf.upfronthosting.co.za>
2015-11-06 10:10:40serhiy.storchakalinkissue25410 messages
2015-11-06 10:10:40serhiy.storchakacreate