This project is a C++ project which uses Pybind11 to call into Python/JAX. It does so with 2 threads. The two threads share python objects which should be protected by the GIL. One thread does ...