<div dir="ltr"><div><div>Sure. I've attached a short demonstration script.<br><br></div>Thanks,<br></div>Andres<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jun 6, 2017 at 1:22 AM, Phil Thompson <span dir="ltr"><<a href="mailto:phil@riverbankcomputing.com" target="_blank">phil@riverbankcomputing.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 6 Jun 2017, at 1:00 am, Andres Ulloa <<a href="mailto:andresdulloa@gmail.com">andresdulloa@gmail.com</a>> wrote:<br>
><br>
> The behavior of the bug is that python crashes when you create an index with a pointer to an instantiated object's attribute, and then try to access that pointer using the internalPointer method.<br>
><br>
> Example<br>
> ------------<br>
> class foo:<br>
>     def __init__(self):<br>
>         self.bar = 2<br>
><br>
> class TreeModel(QtCore.<wbr>QAbstractItemModel):<br>
>     def __init__(self, parent=None):<br>
>         super(TreeModel, self).__init__(parent)<br>
>         self.foo = foo()<br>
>         ind = self.createIndex(1,1,self.foo.<wbr>bar)<br>
>         print ind.internalPointer()<br>
><br>
> Any help would be appreciated.<br>
<br>
</span>I would need a complete (short) script that demonstrates the problem.<br>
<span class="HOEnZb"><font color="#888888"><br>
Phil</font></span></blockquote></div><br></div>