Double-nested gil_scoped_release in a pythread causes fatal...
Assume the following scenario: Create a new pythread Call a C++ function from within that pythread That C++ function calls some Python That Python calls some MORE C++ Here is the minimum working example: #include <pybind11/pybind11.h> #i...