Skip to content
Commit ecd23595 authored by Martin Pitt's avatar Martin Pitt
Browse files

Fix (out) arguments in callbacks

Do not ignore the first argument in _pygi_closure_set_out_arguments().
Presumably that has been done to skip over "self", but callbacks are not
required to have a self argument. As self is never (out), we can safely include
it in the loop.
parent d8e241e2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment