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 vstinner
Recipients methane, python-dev, vstinner, xiang.zhang
Date 2016-09-12.12:25:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473683138.61.0.942723491998.issue28077@psf.upfronthosting.co.za>
In-reply-to
Content
> find_empty_slot will also do *value_addr = &mp->ma_values[-1] if it encounters a split dict.

I checked just before Naoki comment the issue, but I have the same conclusion: find_empty_slot() is never called on a split table.

By the way, we might modify find_empty_slot() to call insertion_resize(), because insertion_resize() is always called before find_empty_slot().

I close the issue. Please open a new issue if you want to refactor the code.
History
Date User Action Args
2016-09-12 12:25:38vstinnersetrecipients: + vstinner, methane, python-dev, xiang.zhang
2016-09-12 12:25:38vstinnersetmessageid: <1473683138.61.0.942723491998.issue28077@psf.upfronthosting.co.za>
2016-09-12 12:25:38vstinnerlinkissue28077 messages
2016-09-12 12:25:38vstinnercreate