MCPcopy Create free account
hub / github.com/SamuraiT/mecab-python3 / end

Method end

src/MeCab/MeCab_wrap.cpp:984–984  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

982 PyGILState_STATE state;
983 public:
984 void end() { if (status) { PyGILState_Release(state); status = false;} }
985 SWIG_Python_Thread_Block() : status(true), state(PyGILState_Ensure()) {}
986 ~SWIG_Python_Thread_Block() { end(); }
987 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected