]> www.infradead.org Git - users/dhowells/kafs-utils.git/commit
C can't just return exception classes to python to raise an exception
authorDavid Howells <dhowells@redhat.com>
Fri, 11 Apr 2014 12:24:06 +0000 (13:24 +0100)
committerDavid Howells <dhowells@redhat.com>
Fri, 11 Apr 2014 12:24:29 +0000 (13:24 +0100)
commit660d8870d34c74f2fc9630432cc4c771efd15197
treeb6ce0910c2223f69d52b1dae54c4911016169f70
parente3f4aa6c1c10d56d8aa4ecb631e339e338dff9c8
C can't just return exception classes to python to raise an exception

C can't just return exception classes to python to raise an exception, it must
instead call something like PyErr_Format().

Signed-off-by: David Howells <dhowells@redhat.com>
py_rxconn.c