We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4546130 commit c3334f7Copy full SHA for c3334f7
1 file changed
src/Core/Python/PythonInterpreter.cc
@@ -232,7 +232,7 @@ PythonInterpreter::PythonInterpreter() : private_(new PythonInterpreterPrivate)
232
PythonInterpreter::~PythonInterpreter()
233
{
234
// NOTE: Boost.Python requires that we don't call Py_Finalize
235
- Py_Finalize();
+ //Py_Finalize();
236
}
237
238
// #define PRINT_PY_INIT_DEBUG(n) std::cout << "ev " << (n) << std::endl;
0 commit comments