Nick Coghlan <ncogh...@gmail.com> added the comment:

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.

----------
nosy: +ncoghlan
Added file: http://bugs.python.org/file25083/hammer_dict.py

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14417>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to