Skip to content

Fix some bugs and issues

Pascal Palenda requested to merge fix/general-bugfixes into develop

This MR fixes some argument parsing problems caused by the wrong format definition and uses the Py_RETURN_NONE macro to increment the ref count of Py_None before returning it which caused issues when using VAPython.

Merge request reports