Skip to content

Commit e749d23

Browse files
authored
mark as ready for nogil
1 parent 1c0b310 commit e749d23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/python.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ namespace {
6666
}
6767
}
6868

69-
PYBIND11_MODULE(_core, m) {
69+
PYBIND11_MODULE(_core, m, py::mod_gil_not_used()) {
7070
m.doc() = "python binding for corrections evaluator";
7171

7272
py::class_<Variable>(m, "Variable")

0 commit comments

Comments
 (0)