Thread-safe dictionary

tuom.larsen at gmail.com tuom.larsen at gmail.com
Thu May 10 14:44:41 EDT 2007


On May 10, 8:25 pm, tuom.lar... at gmail.com wrote:

instead:

> class safe_dict(dict):

there should be:

class safe_dict(object):




More information about the Python-list mailing list