On Sun, 24 Jun 2012 08:32:43 +0530, Kovid Goyal <ko...@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
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to