]> www.infradead.org Git - users/dhowells/kafs-utils.git/commit
rxgen: Integer INOUT args should take an int in PyArg_ParseTuple()
authorDavid Howells <dhowells@redhat.com>
Tue, 13 May 2014 20:20:08 +0000 (21:20 +0100)
committerDavid Howells <dhowells@redhat.com>
Tue, 13 May 2014 20:20:08 +0000 (21:20 +0100)
commitab101fb7ae11e4fb1a2fef15a0791805fbcccba0
tree62ea85da8326ffeeb65be6dfa3618649d9d7ea35
parent6b8357829117e88d1bd467a296d95821db546fb1
rxgen: Integer INOUT args should take an int in PyArg_ParseTuple()

Integer INOUT args should take an int in PyArg_ParseTuple() rather than an
arbitrary object as the code now doesn't pass results back through the argument
list.

Signed-off-by: David Howells <dhowells@redhat.com>
rxgen/emit_py_sync_funcs.pm