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 methane
Recipients berker.peksag, methane, minrk, vstinner
Date 2016-09-14.13:15:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473858928.26.0.01563184403.issue28147@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, is the leak happen in 3.6b1?
dict.pop() in 3.6b1 doesn't combine split table.  It was a bug and
fixed in master branch already.

Regardless the leak, I agree that grow dict when popping is bad idea.
I'll improve your patch.
History
Date User Action Args
2016-09-14 13:15:28methanesetrecipients: + methane, vstinner, berker.peksag, minrk
2016-09-14 13:15:28methanesetmessageid: <1473858928.26.0.01563184403.issue28147@psf.upfronthosting.co.za>
2016-09-14 13:15:28methanelinkissue28147 messages
2016-09-14 13:15:28methanecreate