Skip to content

Commit fc9986b

Browse files
committed
1 parent fcb479a commit fc9986b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Link.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#include <pybind11/functional.h>
33
#include <pybind11/pybind11.h>
44

5-
PYBIND11_MODULE(_link, m, pybind11::mod_gil_not_used())
5+
PYBIND11_MODULE(_link, m, pybind11::mod_gil_not_used(), pybind11::multiple_interpreters::per_interpreter_gil())
66
{
77
using namespace ableton;
88
using namespace pybind11;

0 commit comments

Comments
 (0)