Re: [PyKDE] Re: Auto-disconnection of signals broken?

2006-03-19 Thread Phil Thompson
On Saturday 18 March 2006 3:52 pm, Giovanni Bajo wrote: Phil Thompson [EMAIL PROTECTED] wrote: Phil, the testcase is indeed fixed, but not the original bug in my application. I will try reducing a new testcase for the problem, That was faster than expected: Hopefully fixed this time.

Re: [PyKDE] Re: Auto-disconnection of signals broken?

2006-03-18 Thread Giovanni Bajo
Phil Thompson [EMAIL PROTECTED] wrote: Phil, the testcase is indeed fixed, but not the original bug in my application. I will try reducing a new testcase for the problem, That was faster than expected: Hopefully fixed this time. Uhm, but you broke the original testcase again! For

Re: [PyKDE] Re: Auto-disconnection of signals broken?

2006-03-15 Thread Phil Thompson
On Tuesday 14 March 2006 12:03 pm, Giovanni Bajo wrote: Giovanni Bajo [EMAIL PROTECTED] wrote: Phil, the testcase is indeed fixed, but not the original bug in my application. I will try reducing a new testcase for the problem, That was faster than expected: Hopefully fixed this time. Phil

[PyKDE] Re: Auto-disconnection of signals broken?

2006-03-14 Thread Giovanni Bajo
Phil Thompson [EMAIL PROTECTED] wrote: Using PyQt snapshot-20051212 and SIP snapshot-20051212: --- from qt import * app = QApplication([]) o = QObject(None) w = QWidget(None) QObject.connect(o, PYSIGNAL(FOO), w.update)

[PyKDE] Re: Auto-disconnection of signals broken?

2006-03-14 Thread Giovanni Bajo
Giovanni Bajo [EMAIL PROTECTED] wrote: Phil, the testcase is indeed fixed, but not the original bug in my application. I will try reducing a new testcase for the problem, That was faster than expected: == from qt import * app = QApplication([]) o =

[PyKDE] Re: Auto-disconnection of signals broken?

2006-03-04 Thread Phil Thompson
On Tuesday 14 February 2006 4:34 pm, Giovanni Bajo wrote: Phil, Using PyQt snapshot-20051212 and SIP snapshot-20051212: --- from qt import * app = QApplication([]) o = QObject(None) w = QWidget(None) QObject.connect(o,