Queue peek?

Daniel Stutzbach daniel at stutzbachenterprises.com
Tue Mar 2 15:33:33 EST 2010


On Tue, Mar 2, 2010 at 1:58 PM, Martin P. Hellwig <
martin.hellwig at 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>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20100302/4badd82e/attachment.html>


More information about the Python-list mailing list