How to know if a module is thread-safe

Jérémy Wagner jeremy.wagner at laposte.net
Thu Apr 17 12:52:45 EDT 2008


Hi, I recently tried to use the subprocess module
within a threading.Thread class, but it appears the module
is not thread-safe.

What is the policy of python regarding thread-safety of a module ?



More information about the Python-list mailing list