Re: [libvirt] [libvirt-python PATCH 13/23] Use VIR_PY_NONE instead

2015-09-29 Thread Pavel Hrdina
On Sat, Sep 26, 2015 at 09:24:30AM -0400, John Ferlan wrote: > > in the subject "instead of Py_None" > > and perhaps a few more details in the commit message regarding what's > being done and why Thanks, I'll update the commit message. > > > On 09/24/2015 10:01 AM, Pavel Hrdina wrote: > > Sig

Re: [libvirt] [libvirt-python PATCH 13/23] Use VIR_PY_NONE instead

2015-09-26 Thread John Ferlan
in the subject "instead of Py_None" and perhaps a few more details in the commit message regarding what's being done and why On 09/24/2015 10:01 AM, Pavel Hrdina wrote: > Signed-off-by: Pavel Hrdina > --- > libvirt-override.c | 9 +++-- > typewrappers.c | 54 > ++

[libvirt] [libvirt-python PATCH 13/23] Use VIR_PY_NONE instead

2015-09-24 Thread Pavel Hrdina
Signed-off-by: Pavel Hrdina --- libvirt-override.c | 9 +++-- typewrappers.c | 54 ++ 2 files changed, 21 insertions(+), 42 deletions(-) diff --git a/libvirt-override.c b/libvirt-override.c index d2279de..4d0fb92 100644 --- a/libvirt-o