]> xenbits.xensource.com Git - libvirt.git/commit
Fix build of python bindings on Python 2.4
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 8 May 2013 14:42:03 +0000 (15:42 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 9 May 2013 16:02:11 +0000 (17:02 +0100)
commit6e09e7de89b5cf1aa8aa397dbe4f383ba42343a0
treec83dd4f7b3f9bb237a1c5c548b5da418c00a162f
parent442eb2ba290f58c39f6367b23d90f10db52c5611
Fix build of python bindings on Python 2.4

The PyDict_Next method on Python <= 2.4 used 'int' instead
of "Py_ssize_t" for the 'pos' parameter

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
python/libvirt-override.c