![]() |
|
|
+ Search |
![]()
|
Jun 18th, 2000 08:04
unknown unknown, Aahz Maruch
It depends how they mutate it. I believe that single builtin functions (e.g. [].append()) are thread-safe. OTOH, [].sort() may not be thread-safe, particularly if you've got user-defined classes on the list with __cmp__() defined.