We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f552c4f commit fe64e1cCopy full SHA for fe64e1c
python-pybind/src/py_keyvi.cpp
@@ -29,7 +29,7 @@ void init_keyvi_dictionary(const py::module_ &);
29
void init_keyvi_dictionary_compilers(const py::module_ &);
30
void init_keyvi_match(const py::module_ &);
31
32
-PYBIND11_MODULE(keyvi2, m) {
+PYBIND11_MODULE(keyvi2, m, py::mod_gil_not_used()) {
33
m.doc() = R"pbdoc(
34
keyvi - a key value store.
35
-----------------------
0 commit comments