Re: [libvirt] [PATCH 5/5] python: use libvirt_util to avoid raw free

2012-02-03 Thread Eric Blake
On 02/03/2012 02:12 AM, Jiri Denemark wrote: > On Thu, Feb 02, 2012 at 17:33:24 -0700, Eric Blake wrote: >> This patch starts the process of elevating the python binding code >> to be on the same level as the rest of libvirt when it comes to >> requiring good coding styles. Statically linking agai

Re: [libvirt] [PATCH 5/5] python: use libvirt_util to avoid raw free

2012-02-03 Thread Jiri Denemark
On Thu, Feb 02, 2012 at 17:33:24 -0700, Eric Blake wrote: > This patch starts the process of elevating the python binding code > to be on the same level as the rest of libvirt when it comes to > requiring good coding styles. Statically linking against the > libvirt_util library makes it much easie

[libvirt] [PATCH 5/5] python: use libvirt_util to avoid raw free

2012-02-02 Thread Eric Blake
This patch starts the process of elevating the python binding code to be on the same level as the rest of libvirt when it comes to requiring good coding styles. Statically linking against the libvirt_util library makes it much easier to write good code, rather than having to open-code and reinvent