<div dir="ltr">A project I work on is facing a regression related to the vtkRenderWindow::SetDisplayId(void*) method.<div><br></div><div>It apparently used to work by passing a string similar to:</div><div><br></div><div>'_f02100_void_p'<br></div><div><br></div><div>as the argument, but now they're getting TypeErrors:</div><div><br></div><div><div><div>TypeError('SetDisplayId argument 1: value is _f02100_void_p, required type is p_void',)<br></div></div></div><div><br></div><div>For context, the failure is happening here:</div><div><br></div><div><a href="https://github.com/UV-CDAT/VisTrails/blob/cb2220ba88e957006c3dcc098ef29c5c08461117/vistrails/packages/vtk/vtkcell.py#L356">https://github.com/UV-CDAT/VisTrails/blob/cb2220ba88e957006c3dcc098ef29c5c08461117/vistrails/packages/vtk/vtkcell.py#L356</a><br></div><div><br></div><div>It looks like the python wrappers might have changed how they handle the void* type -- does anyone have an idea what's going on here?</div><div><br></div><div>Thanks,</div><div>Dave</div></div>