En Wed, 30 Sep 2009 06:14:50 -0300, Charlie Dickens
<cdickens...@gmail.com> escribió:
What about dictionaries? Reading values, adding new ones and the most
important: changing an existing value - can it corrupt the state of the
dictionary or that it is guaranteed that if I try to read the value of
this
key, I can only get the old one or the new one, but not something weird
instead (because a different thread changed the value while this thread
was
trying to read it).
See http://effbot.org/zone/thread-synchronization.htm
--
Gabriel Genellina
--
http://mail.python.org/mailman/listinfo/python-list