Tag Archives: c++
SWIG C++ & Python: C++ & Python Object Lifetime
I’m currently struggling with a bug in my open source project and it has to do with temporary object lifetimes. I believe the core issue is that I have a Python object that holds a pointer to an underlying C++ … Continue reading
Posted in programming
Tagged c++, python, swig
Comments Off on SWIG C++ & Python: C++ & Python Object Lifetime