Regression in commit 566c2c9a9c
.
The interpreter details are a bit of black magic. Functions expect
tuples, but they receive lists and then the type-checking decorators
convert those to tuples.
So, directly manhandling a self._interpreter.func_*() but passing it the
tuple it nominally expected, actually explodes in your face by way of
failing an assert, then dumping 'ERROR: Unhandled python exception'.
Fixes use of gnome.gtkdoc(..., check: true), for example when building
glib.
pull/9807/head
parent
fe51450970
commit
81fbcd1df4
1 changed files with 4 additions and 1 deletions
Loading…
Reference in new issue