"Hendrik van Rooyen" <[EMAIL PROTECTED]> writes:
> I would like to do the following as one atomic operation:
> 
> 1) Append an item to a list
> 2) Set a Boolean indicator

You could do it with locks as others have suggested, but maybe you
really want the Queue module.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to