Skip to content

Convert python wrappers to new-style python classes

David Gobbi requested to merge dgobbi/vtk:python-typeobjects into master

This is the first step in preparing the wrappers for Python 3 compatibility. Wrapped VTK classes used to use the old-style python metaclass mechanism. Now each wrapped VTK class is a new-style class with its own PyTypeObject.

Merge request reports