• Tomasz Miąsko's avatar
    Use object class to hold partially converted python objects. · ca77130b
    Tomasz Miąsko authored
    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.
    ca77130b
reference.rst 8.04 KB