Hi,<br>
<br>
Few days ago QModelIndex.internalPointer was discussed here.<br>
I also have problems with it. I can't say exactly, when crash occurs, 
and when it doesn't, but, this code generates crash for me:<br>
<br>
            index = self.createIndex(row, column, True)<br>
            print index.internalPointer()<br>
<br>
I tried to pass object (which has other references, so, is not destroyed
 by gc), integer, bool value as internalPoitner, and have crashes in any
 case.<br>
I use the latest PyQt and SIP snapshots.<br>
<br>
Is there a way for workaround this?<br>
<br>
Thanks