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, paul.moore, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2016-09-12.10:05:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473674705.36.0.625619670931.issue28061@psf.upfronthosting.co.za>
In-reply-to
Content
I compiled Python in 4 modes:

* debug/32 bits
* debug/64 bits
* release/32 bits
* release/64 bits

Compilation never fails and test_dict always pass.

I'm unable to reproduce the issue, so I removed the "release blocker" flag to not stress our release manager :-)
History
Date User Action Args
2016-09-12 10:05:05vstinnersetrecipients: + vstinner, paul.moore, tim.golden, ned.deily, methane, zach.ware, serhiy.storchaka, steve.dower, abarry
2016-09-12 10:05:05vstinnersetmessageid: <1473674705.36.0.625619670931.issue28061@psf.upfronthosting.co.za>
2016-09-12 10:05:05vstinnerlinkissue28061 messages
2016-09-12 10:05:05vstinnercreate