Skip to content

Fix the number of "to python" child arguments when the array length argument is shared. Fixes #366

zb3 requested to merge zb3/pygobject:fix-to-py-child-arg-count into master

When the arg cache already exists, we still need to increment n_to_py_child_args if this is an output argument.

Merge request reports