Re: [PyQt] QThread terminate trouble when porting to Python 3

2012-09-24 Thread Phil Thompson
On Sat, 22 Sep 2012 22:25:24 +0430, Lee Harr wrote: > I created a simple test case to demonstrate the problem I am having. > > As it is, running in Python 3.2 with PyQt 4.9.1 on Ubuntu, the program > freezes when trying to terminate the QThread. > > With the sleep, or if running on Python 2.7 wi

Re: [PyQt] sip: add new annotation for specifying ownership of results of virtual methods

2012-09-24 Thread Phil Thompson
On Fri, 21 Sep 2012 21:17:31 +0200, mathias.b...@gmx.de wrote: > On 21.09.2012, 16:28:20 Phil Thompson wrote: >> On Mon, 3 Sep 2012 22:27:41 +0200, mathias.b...@gmx.de wrote: >>> Hi Phil, >>> >>> I've come across a case which I think deserves its own function >> annotation. >>> This is the proplem