Re: [PyQt] PyQt5.1 snapshot, Qt5.1.1, ASSERT failure in QVector

2013-10-13 Thread Phil Thompson
On Thu, 10 Oct 2013 10:27:10 +0200, Johnny Karlsson wrote: > Hi! I’m experiencing a problem that might be a bug in PyQt. I've made > a code example that demonstrates the problem: > > class CommClient(QObject): > >def __init__(self, parent=None): > QObject.__init__(self) > self._d

[PyQt] PyQt5.1 snapshot, Qt5.1.1, ASSERT failure in QVector

2013-10-10 Thread Johnny Karlsson
Hi! I’m experiencing a problem that might be a bug in PyQt. I've made a code example that demonstrates the problem: class CommClient(QObject): def __init__(self, parent=None): QObject.__init__(self) self._devicelist = "" self.timer = QTimer() self.timer.timeout.connect(