[libvirt] [PATCH python] Don't include virDomainSnapshotRef in python API

2013-11-26 Thread Daniel P. Berrange
From: Daniel P. Berrange berra...@redhat.com The reference counting API is for internal use only. Attempts to use it from python application code will cause havoc. Signed-off-by: Daniel P. Berrange berra...@redhat.com --- generator.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)

Re: [libvirt] [PATCH python] Don't include virDomainSnapshotRef in python API

2013-11-26 Thread Eric Blake
On 11/26/2013 09:55 AM, Daniel P. Berrange wrote: From: Daniel P. Berrange berra...@redhat.com The reference counting API is for internal use only. Attempts to use it from python application code will cause havoc. Signed-off-by: Daniel P. Berrange berra...@redhat.com --- generator.py |