Python low-level bindings read string problem

Created by: williamfgc

Python doesn't pre-allocate a string that can be passed to C++ glue code using pybind11. Need to find an alternative.