Skip to content

Python char conversion enforces string length of 1

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

Previously, it was possible to pass '' (empty string), or a string of any length if the second character was null. Now the length of the string is strictly enforced to be one.

Merge request reports