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 mbussonn
Recipients mbussonn, methane, vstinner, xiang.zhang
Date 2016-09-09.14:57:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473433033.91.0.417778519161.issue28040@psf.upfronthosting.co.za>
In-reply-to
Content
> I'm sorry, and thanks to finding it.

No worries, that's what nightly are for right ? And I only dug up a failing tests :-) Thanks to you for writing this !

> [snip]
> This is difficult for key-sharing dict (aka. split table).

I'm not going to pretend I understand the details, though I applied the latest patch: 
fix-compact-dict-deletion.patch	methane, 2016-09-09 04:11

And it does fix this issue for me (at least on my local machine)

Looking at the code the only thing I see is that you seem to return NULL in Pop and -1 in Clear. Not sure if this what you meant, I'm un familar with all this; but thanks a lot again for the your work and the quick response.
History
Date User Action Args
2016-09-09 14:57:13mbussonnsetrecipients: + mbussonn, vstinner, methane, xiang.zhang
2016-09-09 14:57:13mbussonnsetmessageid: <1473433033.91.0.417778519161.issue28040@psf.upfronthosting.co.za>
2016-09-09 14:57:13mbussonnlinkissue28040 messages
2016-09-09 14:57:13mbussonncreate