Skip to content

Python temp string

David Gobbi requested to merge dgobbi/vtk:python-temp-string into master

Pass a temporary PyString object back to the caller. This is required if _PyUnicode_AsDefaultEncodedString doesn't exist (and after the transition to Python 3, it won't).

Merge request reports