threads: not locking read-only objects

Jon Perez jbperez808 at wahoo.com
Fri Aug 6 15:34:39 EDT 2004


Is it safe to not put a lock on an object if it will always
be read-only in other threads and will only ever be written to
in just one and always the same one thread?



More information about the Python-list mailing list