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 xiang.zhang
Recipients jaraco, methane, ned.deily, python-dev, rhettinger, serhiy.storchaka, vstinner, xiang.zhang
Date 2016-10-31.17:25:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1477934737.6.0.22997090775.issue28199@psf.upfronthosting.co.za>
In-reply-to
Content
The bug seems to lies in https://hg.python.org/cpython/file/tip/Objects/dictobject.c#l1291. We should use oldkeys->dk_nentries instead of numentries.
History
Date User Action Args
2016-10-31 17:31:26xiang.zhangunlinkissue28199 messages
2016-10-31 17:25:37xiang.zhangsetrecipients: + xiang.zhang, rhettinger, jaraco, vstinner, ned.deily, methane, python-dev, serhiy.storchaka
2016-10-31 17:25:37xiang.zhangsetmessageid: <1477934737.6.0.22997090775.issue28199@psf.upfronthosting.co.za>
2016-10-31 17:25:37xiang.zhanglinkissue28199 messages
2016-10-31 17:25:37xiang.zhangcreate