embedding python in a multi-threaded C++ application

Jason Orendorff jason at jorendorff.com
Sat Jan 12 02:25:52 EST 2002


> What are the issues in having a C++ thread calling python?
> Is there any documentation about:
> 
> - embedding python in C++ app?
> - multithreading issues in python when embedded in C++?

http://www.python.org/doc/current/api/threads.html

The multithreading issues shouldn't be any different
just because it's C++ as opposed to C.

## Jason Orendorff    http://www.jorendorff.com/




More information about the Python-list mailing list