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 ncoghlan
Recipients Jim.Jewett, asvetlov, gregory.p.smith, gvanrossum, ncoghlan, pitrou, r.david.murray, vstinner
Date 2012-03-31.17:00:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333213216.28.0.884247696874.issue14417@psf.upfronthosting.co.za>
In-reply-to
Content
Attached script is a first cut at a multi-threading stress test for the new dict behaviour. It should be significantly worse than anything a real world app is likely to be doing to a dictionary that is shared between threads without any form of synchronisation.

It's late here though, so it's very possible it's only passing because I missed something in the implementation of the stress test.
History
Date User Action Args
2012-03-31 17:00:16ncoghlansetrecipients: + ncoghlan, gvanrossum, gregory.p.smith, pitrou, vstinner, r.david.murray, asvetlov, Jim.Jewett
2012-03-31 17:00:16ncoghlansetmessageid: <1333213216.28.0.884247696874.issue14417@psf.upfronthosting.co.za>
2012-03-31 17:00:06ncoghlanlinkissue14417 messages
2012-03-31 17:00:06ncoghlancreate