Open simleo opened 4 years ago
Look for parts of the bindings that may benefit from altering the GIL. Note that we have some calls that use pybind11::call_guard<pybind11::gil_scoped_release>() in pyeddl.
pybind11::call_guard<pybind11::gil_scoped_release>()
Look for parts of the bindings that may benefit from altering the GIL. Note that we have some calls that use
pybind11::call_guard<pybind11::gil_scoped_release>()
in pyeddl.