[libvirt] [PATCH python 10/14] typewrappers: PyInt/PyLong merge for Python3

2013-12-09 Thread Daniel P. Berrange
From: Daniel P. Berrange berra...@redhat.com In Python3 the PyInt / PyLong types have merged into a single PyLong type. Conditionalize the use of PyInt to Python 2 only Signed-off-by: Daniel P. Berrange berra...@redhat.com --- typewrappers.c | 33 - 1 file

Re: [libvirt] [PATCH python 10/14] typewrappers: PyInt/PyLong merge for Python3

2013-12-09 Thread Doug Goldstein
On Mon, Dec 9, 2013 at 9:15 AM, Daniel P. Berrange berra...@redhat.com wrote: From: Daniel P. Berrange berra...@redhat.com In Python3 the PyInt / PyLong types have merged into a single PyLong type. Conditionalize the use of PyInt to Python 2 only Signed-off-by: Daniel P. Berrange