Skip to content

Support python callback null calldata

Johan Andruejol requested to merge johan-andruejol/vtk:PythonNullCallData into master

With calldata support, the calldata was always expect to be valid. This would create a crash when trying to reinterpret_cast a null pointer.

Merge request reports