Re: [libvirt] [PATCH] python: Use PyCapsule API if available

2011-01-10 Thread Cole Robinson
On 12/08/2010 10:12 AM, Cole Robinson wrote: On Fedore 14, virt-manager spews a bunch of warnings to the console: /usr/lib64/python2.7/site-packages/libvirt.py:1781: PendingDeprecationWarning: The CObject type is marked Pending Deprecation in Python 2.7. Please use capsule objects

Re: [libvirt] [PATCH] python: Use PyCapsule API if available

2011-01-10 Thread Laine Stump
On 01/10/2011 12:36 PM, Cole Robinson wrote: On 12/08/2010 10:12 AM, Cole Robinson wrote: On Fedore 14, virt-manager spews a bunch of warnings to the console: /usr/lib64/python2.7/site-packages/libvirt.py:1781: PendingDeprecationWarning: The CObject type is marked Pending Deprecation in

Re: [libvirt] [PATCH] python: Use PyCapsule API if available

2011-01-10 Thread Cole Robinson
On 01/10/2011 02:07 PM, Laine Stump wrote: On 01/10/2011 12:36 PM, Cole Robinson wrote: On 12/08/2010 10:12 AM, Cole Robinson wrote: On Fedore 14, virt-manager spews a bunch of warnings to the console: /usr/lib64/python2.7/site-packages/libvirt.py:1781: PendingDeprecationWarning: The

[libvirt] [PATCH] python: Use PyCapsule API if available

2010-12-08 Thread Cole Robinson
On Fedore 14, virt-manager spews a bunch of warnings to the console: /usr/lib64/python2.7/site-packages/libvirt.py:1781: PendingDeprecationWarning: The CObject type is marked Pending Deprecation in Python 2.7. Please use capsule objects instead. Have libvirt use the capsule API if available.