<div dir="ltr">I patched PyQt, but it doesn't build for me at the moment due to something to do with OpenGL (maybe I need to reinstall Qt). It doesn't really matter though, since I discovered I can query via QSqlQuery.exec_ instead, which does release the GIL! When using this method, I can confirm that the app no longer hangs.<div>
<br></div><div>Best,</div><div>Arve</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Apr 22, 2014 at 12:43 PM, Arve Knudsen <span dir="ltr"><<a href="mailto:arve.knudsen@gmail.com" target="_blank">arve.knudsen@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div><div class="h5">On Tue, Apr 22, 2014 at 12:38 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>On 22/04/2014 11:32 am, Arve Knudsen wrote:<br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>
On Tue, Apr 22, 2014 at 12:29 PM, Phil Thompson<br>
<<a href="mailto:phil@riverbankcomputing.com" target="_blank">phil@riverbankcomputing.com</a>> wrote:<br>
<br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>
On 22/04/2014 11:22 am, Arve Knudsen wrote:<br>
<br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I am experiencing this issue <a href="http://again.it" target="_blank">again.it</a> [1] [1]'s QtSql.QSqlQuery<div><br>
that<br>
<br>
locks up the application, even though it runs in a non-UI thread.<br>
I've<br>
confirmed that the main thread has relinquished control back to<br>
the Qt<br>
event loop.<br>
<br>
It's a total showstopper at the moment, so I'm considering<br>
querying in<br>
a separate process instead.<br>
<br>
Arve<br>
</div></blockquote><div>
<br>
Sorry I've just realised that my comment below is completely wrong.<br>
The GIL is released for next() but nor for value() or any ctor. Can<br>
you confirm exactly which function it is locking up in?<br>
</div></blockquote><div>
<br>
I mean the QtSql.QSqlQuery ctor.<br>
</div></blockquote>
<br>
Which one?<br></blockquote><div><br></div></div></div><div>The one accepting a QString.</div><div class=""><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Try adding /ReleaseGIL/ to it and rebuild.</blockquote><div><br></div></div><div>I'm on it :) </div><span class="HOEnZb"><font color="#888888"><div><br></div><div>Arve</div></font></span></div></div></div>
</blockquote></div><br></div>