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 eric.snow, larry, python-dev, rhettinger, serhiy.storchaka, vstinner, yselivanov
Date 2015-09-03.19:16:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441307810.34.0.174465322164.issue24992@psf.upfronthosting.co.za>
In-reply-to
Content
Yury wrote:
> Is this something that we should ship in 3.5.0rc3?

I don't think so. I agree with Serhiy who wrote:
> It looks to me as an ordinal bug and that is encountered only in special circumstances with small probability. I think it can wait for 3.5.1.

It looks like the bug can only occurs in case of very low memory (an empty dict takes 1 KB or less) which is a rare use case.
History
Date User Action Args
2015-09-03 19:16:50vstinnersetrecipients: + vstinner, rhettinger, larry, python-dev, eric.snow, serhiy.storchaka, yselivanov
2015-09-03 19:16:50vstinnersetmessageid: <1441307810.34.0.174465322164.issue24992@psf.upfronthosting.co.za>
2015-09-03 19:16:50vstinnerlinkissue24992 messages
2015-09-03 19:16:50vstinnercreate