Re: [PyQt] BUG: pyqtSignal('QString') vs pyqtSignal(['QString']) causes crash

2009-04-11 Thread Phil Thompson
On Fri, 10 Apr 2009 14:58:30 -0700 (PDT), Demetrius Cassidy wrote: > I am not sure if passing a string by itself to pyqtSignal is correct, but > shoulden't it raise an exception instead of crashing? I don't see why we > can't use this form instead. > > If I use the latter form of pyqtSignal(['QSt

[PyQt] BUG: pyqtSignal('QString') vs pyqtSignal(['QString']) causes crash

2009-04-10 Thread Demetrius Cassidy
I am not sure if passing a string by itself to pyqtSignal is correct, but shoulden't it raise an exception instead of crashing? I don't see why we can't use this form instead. If I use the latter form of pyqtSignal(['QString']), passing it a list of strings, everything works great. If I pass it a