On Tue, 18 Jun 2013 19:14:35 -0400, Luke Campagnola
wrote:
> On Fri, May 24, 2013 at 1:42 PM, Phil Thompson
> wrote:
>
>> On Thu, 23 May 2013 16:21:26 -0400, Luke Campagnola
>> wrote:
>> > Howdy,
>> > I am using PyQt 4.10.1 (Py2.7-qt4.8.4-x32) on windows XP. It appears
>> that
>> > on this syste
On Fri, May 24, 2013 at 1:42 PM, Phil Thompson
wrote:
> On Thu, 23 May 2013 16:21:26 -0400, Luke Campagnola
> wrote:
> > Howdy,
> > I am using PyQt 4.10.1 (Py2.7-qt4.8.4-x32) on windows XP. It appears
> that
> > on this system, QImage(sip.voidptr, int, int, format) increases the
> > reference cou
On Thu, 23 May 2013 16:21:26 -0400, Luke Campagnola
wrote:
> Howdy,
> I am using PyQt 4.10.1 (Py2.7-qt4.8.4-x32) on windows XP. It appears
that
> on this system, QImage(sip.voidptr, int, int, format) increases the
> reference count to the image data object, but does not decrease the
> refcount aft
Howdy,
I am using PyQt 4.10.1 (Py2.7-qt4.8.4-x32) on windows XP. It appears that
on this system, QImage(sip.voidptr, int, int, format) increases the
reference count to the image data object, but does not decrease the
refcount after the QImage is collected. Here's an example session, where I
am gene