Is email package thread safe? (fwd)

Diez B. Roggisch deetsNOSPAM at web.de
Wed Feb 9 10:05:20 EST 2005


Usually, oo-style apis are thread-safe as long as each thread uses its own
objects. Shared global state is _very_ uncommon, and if it's most probably
documented.

-- 
Regards,

Diez B. Roggisch



More information about the Python-list mailing list