Re: [PyQt] moveToThread() does not cope with functools.partial

2013-04-29 Thread Giuseppe Corbelli
On 29/04/2013 14:06, Phil Thompson wrote: Works correctly with pyqtSignal. I'm not able to reproduce the desired behaviour with QtCore.QObject.connect. Any suggestion? What I'm missing? I'm not making changes to old-style connections. It's a bug if there is anything that you can do with old-sty

Re: [PyQt] moveToThread() does not cope with functools.partial

2013-04-29 Thread Phil Thompson
On Mon, 29 Apr 2013 13:44:09 +0200, Giuseppe Corbelli wrote: > On 23/04/2013 17:52, Phil Thompson wrote: > Please see the minimal test code below. In short connecting a signal >> to a > functools.partial slot breaks the expected moveToThread behaviour. > Reasonable, I'd say, once

Re: [PyQt] moveToThread() does not cope with functools.partial

2013-04-29 Thread Giuseppe Corbelli
On 23/04/2013 17:52, Phil Thompson wrote: Please see the minimal test code below. In short connecting a signal to a functools.partial slot breaks the expected moveToThread behaviour. Reasonable, I'd say, once you think about it. I'm just asking some suggestion about how this issue can be addre

Re: [PyQt] moveToThread() does not cope with functools.partial

2013-04-23 Thread Phil Thompson
On Tue, 23 Apr 2013 15:27:17 +0200, Giuseppe Corbelli wrote: > On 23/04/2013 14:57, Phil Thompson wrote: >>> Please see the minimal test code below. In short connecting a signal to >> a >>> functools.partial slot breaks the expected moveToThread behaviour. >>> Reasonable, I'd say, once you think a

Re: [PyQt] moveToThread() does not cope with functools.partial

2013-04-23 Thread Giuseppe Corbelli
On 23/04/2013 14:57, Phil Thompson wrote: Please see the minimal test code below. In short connecting a signal to a functools.partial slot breaks the expected moveToThread behaviour. Reasonable, I'd say, once you think about it. I'm just asking some suggestion about how this issue can be addres

Re: [PyQt] moveToThread() does not cope with functools.partial

2013-04-23 Thread Phil Thompson
On Tue, 23 Apr 2013 10:08:23 +0200, Giuseppe Corbelli wrote: > Please see the minimal test code below. In short connecting a signal to a > functools.partial slot breaks the expected moveToThread behaviour. > Reasonable, I'd say, once you think about it. I'm just asking some > suggestion > about

[PyQt] moveToThread() does not cope with functools.partial

2013-04-23 Thread Giuseppe Corbelli
Please see the minimal test code below. In short connecting a signal to a functools.partial slot breaks the expected moveToThread behaviour. Reasonable, I'd say, once you think about it. I'm just asking some suggestion about how this issue can be addressed. I thought about reimplementing some si