Skip to content

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.

Merge request reports

Loading