<div dir="ltr">FWIW this was working in PyQt<5.8<div><br></div><div>The function is only used in QML.</div><div><br><div><br></div><div><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Mar 21, 2017 at 7:21 PM, 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"><div class="HOEnZb"><div class="h5">On 21 Mar 2017, at 3:42 pm, Cody Scott <<a href="mailto:cody@perspexis.com">cody@perspexis.com</a>> wrote:<br>
><br>
> I have a custom type and if there is a function created inside the custom type there is a SIGSEGV<br>
><br>
> <a href="https://gist.github.com/Siecje/ae3f033daca3cfb52d8060dde2a08b91" rel="noreferrer" target="_blank">https://gist.github.com/<wbr>Siecje/<wbr>ae3f033daca3cfb52d8060dde2a08b<wbr>91</a><br>
><br>
> This is using PyQt5==5.8.1.1<br>
<br>
</div></div>This is a bug but I don't think it is fixable. Trying to integrate QML with (dynamic) Python is never going to work as well as with (static) C++. PyQt does it's best to fool QML into thinking it is talking to C++ but I think this is a step too far. The QML implementation just keeps too much information under the covers.<br>
<br>
Generally I'd recommend keeping the QML to a minimum - just use it to implement the view and implement all model and controller code in Python.<br>
<span class="HOEnZb"><font color="#888888"><br>
Phil</font></span></blockquote></div><br></div>