Python interpreter thread-safe?

Hrvoje Niksic hniksic at iskon.hr
Sun Dec 12 13:17:02 EST 1999


Suppose you need to embed Python in a multi-threaded application.  The
question is: is Python interpreter thread-safe?

I.e. is it possible to parse and evaluate Python code in separate
instances of the interpreter within a single process simultaneously?



More information about the Python-list mailing list