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 abarry, methane, ned.deily, serhiy.storchaka, vstinner
Date 2016-09-10.16:42:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473525762.61.0.562045628736.issue28061@psf.upfronthosting.co.za>
In-reply-to
Content
> VS breaks at line Objects/dictobject.c:2339 - '        if (mp->ma_keys->dk_usable * 3 < other->ma_used * 2)'

Can you elaborate? Does the compilation fail? Did you get a crash? What was you doing while getting this error/message?

... Can you please give clues how to reproduce the issue?
History
Date User Action Args
2016-09-10 16:42:42vstinnersetrecipients: + vstinner, ned.deily, methane, serhiy.storchaka, abarry
2016-09-10 16:42:42vstinnersetmessageid: <1473525762.61.0.562045628736.issue28061@psf.upfronthosting.co.za>
2016-09-10 16:42:42vstinnerlinkissue28061 messages
2016-09-10 16:42:42vstinnercreate