Skip to content

Commit fe64e1c

Browse files
committed
free-threading
1 parent f552c4f commit fe64e1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-pybind/src/py_keyvi.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ void init_keyvi_dictionary(const py::module_ &);
2929
void init_keyvi_dictionary_compilers(const py::module_ &);
3030
void init_keyvi_match(const py::module_ &);
3131

32-
PYBIND11_MODULE(keyvi2, m) {
32+
PYBIND11_MODULE(keyvi2, m, py::mod_gil_not_used()) {
3333
m.doc() = R"pbdoc(
3434
keyvi - a key value store.
3535
-----------------------

0 commit comments

Comments
 (0)