Memory Leak in VTK Python

The vtkCutter class had memory leaks in VTK 9.3.0 and 9.3.1 that have been fixed in the master branch.

Also note that after gc.collect() you can call vtkGarbageCollector.Collect() to run VTK’s internal garbage collector.