Skip to content

Fix bug 15647: Wrapping a PyObject arg can cause compile error.

David Gobbi requested to merge dgobbi/vtk:15647-PyObject-Wrapping into master

The check for a "PyObject *" arg had an erroneous break statement, which kept the storage variables for any further args from being created.

Merge request reports