Skip to content

Commit c3334f7

Browse files
committed
reverted py_finalize
1 parent 4546130 commit c3334f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Core/Python/PythonInterpreter.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ PythonInterpreter::PythonInterpreter() : private_(new PythonInterpreterPrivate)
232232
PythonInterpreter::~PythonInterpreter()
233233
{
234234
// NOTE: Boost.Python requires that we don't call Py_Finalize
235-
Py_Finalize();
235+
//Py_Finalize();
236236
}
237237

238238
// #define PRINT_PY_INIT_DEBUG(n) std::cout << "ev " << (n) << std::endl;

0 commit comments

Comments
 (0)