[PyQt] ANN: PyQt v4.9.2 and SIP v4.13.3 Released

Kovid Goyal kovid at kovidgoyal.net
Sun Jun 24 04:02:43 BST 2012


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 <kovid at 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
_____________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20120624/3d3f5ae7/attachment-0001.pgp>


More information about the PyQt mailing list