[PyQt] ANN: PyQt v4.9.2 and SIP v4.13.3 Released
Phil Thompson
phil at riverbankcomputing.com
Sun Jun 24 12:29:06 BST 2012
On Sun, 24 Jun 2012 08:32:43 +0530, Kovid Goyal <kovid at kovidgoyal.net>
wrote:
> 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)
It seems I managed to remove the %Method code for QByteArray
operator[](int) which did the bounds checking.
As it's a regression I'll do a brown paper bag release of 4.9.3.
Thanks for the test case.
Phil
More information about the PyQt
mailing list