[PyQt] Segmentation fault with QVariant in signal signature

2010-11-20 Thread Philip Lorenz
Hi, I have been experiencing issues when emitting a signal with a QVariant signature containing a Python object. The issue seems to stem from the Chimera::Storage::address() function which returns the data part of the QVariant even if the wrapped object used to be a QVariant itself. I have

Re: [PyQt] Segmentation fault with QVariant in signal signature

2010-11-20 Thread Phil Thompson
On Sat, 20 Nov 2010 14:13:29 +0100, Philip Lorenz lorenzph+...@in.tum.de wrote: Hi, I have been experiencing issues when emitting a signal with a QVariant signature containing a Python object. The issue seems to stem from the Chimera::Storage::address() function which returns the data part