You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears the pybind11 bindings do not release the GIL during C++ IO. Would it be possible to selectively wrap long-running reads/write/compression in py::gil_scoped_release so that multithreaded Python callers are not blocked?