On Tue, Mar 2, 2010 at 1:58 PM, Martin P. Hellwig <
martin.hell...@dcuktec.org> wrote:

> What actually happens if multiple threads at the same time, write to a
> shared dictionary (Not using the same key)?
>

All of Python's built-in types are thread safe.  Both updates will happen.
--
Daniel Stutzbach, Ph.D.
President, Stutzbach Enterprises, LLC <http://stutzbachenterprises.com>
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to