Details
Description
>>> from PySide2.QtCore import QByteArray, QDataStream, QIODevice
>>> a = QByteArray()
>>> b = QDataStream(a, QIODevice.WriteOnly)
>>> b.writeUInt16(5000)
>>> a
Here the Python interpreter crashes.
Attachments
For Gerrit Dashboard: PYSIDE-232 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
225288,6 | WIP: Fix __repr__ for QByteArray | 5.9 | pyside/pyside-setup | Status: ABANDONED | -2 | 0 |
229678,12 | Improve the QByteArray implementation | 5.9 | pyside/pyside-setup | Status: MERGED | -2 | 0 |