44 namespace py_bindings_tools
56 PyThreadState* m_thread_state;
62 m_thread_state = PyEval_SaveThread();
69 PyEval_RestoreThread(m_thread_state);
70 m_thread_state =
nullptr;
77 m_thread_state = other.m_thread_state;
78 other.m_thread_state =
nullptr;
91 std::swap(other.m_thread_state, m_thread_state);
Main namespace for MoveIt.