]> sigrok.org Git - libsigrok.git/commit
python: Fix PyObject_CallMethod() arguments
authorDaniel Elstner <redacted>
Sat, 10 Oct 2015 02:45:13 +0000 (04:45 +0200)
committerDaniel Elstner <redacted>
Sat, 17 Oct 2015 15:40:42 +0000 (17:40 +0200)
commitfa72105fe621bce7767f2b3512223182f2bf6f33
treed52ef30de881dc7e01f83fc496266a7affee0278
parent2c3c9b999cd5c1130afeeee4094400592c9e1bde
python: Fix PyObject_CallMethod() arguments

Pass nullptr instead of the empty string for format, and remove
the excess varargs argument. Also, avoid NULL in favor of nullptr.
bindings/python/sigrok/core/classes.i