Use object class to hold partially converted python objects.
Using object class to hold converted object automatically deallocates object if an exception is thrown or scope is left before constructing complete Python object. Additionally added method object::release() that allows to release ownership of python object without decreasing its reference count.
Showing
Please
register
or
sign in
to comment