* Bug: In Isobar3::PyTypeManager, the accessors _getCppTypeName() and _getPyTypeName() where returning string *by value*, hence, short lived copies. But, in _setupPyType() and _addToModule(), as we interface with the Python/C API, we extract the c_str(). Which where removed as we used temporary objects. Leading to memory corruption and weird crashes. Now returns "const string&" so the c_str() stays allocated. |
||
---|---|---|
.. | ||
cmake_modules | ||
doc | ||
src | ||
tests | ||
CMakeLists.txt |