We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c0b310 commit e749d23Copy full SHA for e749d23
1 file changed
src/python.cc
@@ -66,7 +66,7 @@ namespace {
66
}
67
68
69
-PYBIND11_MODULE(_core, m) {
+PYBIND11_MODULE(_core, m, py::mod_gil_not_used()) {
70
m.doc() = "python binding for corrections evaluator";
71
72
py::class_<Variable>(m, "Variable")
0 commit comments