pop & append

Tim Peters tim_one at email.msn.com
Mon Aug 30 20:56:18 EDT 1999


[Robin Becker]
> Someone from the Zope list tells me that the list pop and append
> operations are thread safe. Is this the case?

All list methods are atomic.

> How can one tell if particular bits of python code are 'atomic'?

Decades of experience <wink>.  Save a few years by reading FAQ entry 4.88
first.

or-just-search-the-faq-for-"atomic"-ly y'rs  - tim






More information about the Python-list mailing list