Skip to content

vtkPythonArgs: guard C API functions against `nullptr`

These calls are not to be called with nullptr even if the size is 0. Add guards for these cases and asserts to catch real problems in debug builds.

Merge request reports