Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pyosys: dereference cpp objects when constructing a tuple
* This fixes a bug where when converting a tuple from python to c++, get_cpp_obj() was called (returning a pointer) without dereferencing the pointer to get the underlying object
- Loading branch information