Skip to content

Draft: Python: support abi3 builds

Ben Boeckel requested to merge ben.boeckel/vtk:python3-abi3-support into master

So I tried, but we use some non-viable APIs in vtkPythonInterpreter. I can disable this module for wheels at the expense of losing vtkRenderingMatplotlib which is probably not feasible. See the commit message for what we'd be missing.

Cc: @banesullivan @dgobbi

Merge request reports