vtkPythonObservableWrapperUtilities: Improve memory management of Iterators
iterators can now disregarded in Python i.e. break early without issues.
This fixes issues with calling anext(iclass.GetObservable())
that would cause a segfault.
iterators can now disregarded in Python i.e. break early without issues.
This fixes issues with calling anext(iclass.GetObservable())
that would cause a segfault.