Just for completeness, here is the simplest possible test case:

python -c "from PyQt4.Qt import QByteArray; bytearray(QByteArray(b''))"

This causes a hang with PyQt 4.8.2 but not with PyQt 4.8.1 (sip 4.13.3)

Kovid.

On Sat, Jun 23, 2012 at 10:26:08PM +0100, Phil Thompson wrote:
> On Sat, 23 Jun 2012 21:53:48 +0530, Kovid Goyal <ko...@kovidgoyal.net>
> wrote:
> > On Sat, Jun 23, 2012 at 01:36:42PM +0100, Phil Thompson wrote:
> >> Hmm, hardly anything has changed in PyQt4. Can you try using the...
> >> 
> >> qpy/QtCore/qpycore_pyqtproxy.cpp
> >> 
> >> ...from 4.9.1 in 4.9.2?
> > 
> > Still hangs.
> 
> I'm struggling to think what might have changed. Do you know the line at
> which it hangs? Does it look like a deadlock?
> 
> Phil
> 
> !DSPAM:3,4fe6347418077280658049!
> 
> 

-- 
_____________________________________

Dr. Kovid Goyal 
http://www.kovidgoyal.net
http://calibre-ebook.com
_____________________________________

Attachment: signature.asc
Description: Digital signature

_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to