标签: python c++ python-2.7 c++11 python-embedding
我在多线程C ++应用程序中嵌入Python,调用是否安全 多个线程中的Py_Initialize()?或者我应该在主线程中调用它吗?
Py_Initialize()