[qt/pyside/pyside-setup]: Summary of bulk changes made
KDE Git Services - Bulk Change <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git repository change summary for qt/pyside/pyside-setup Pushed by mirror-service into branch '6.11'. Changed from c56868d3e3b12d95434d71f78e61297b6c8644d9 to 49629c76196f88697dd4a8ec81cb1511bfb9faa4 Acknowledgement was received that this change introduces only existing code that has been pushed to another public open source repository. This change contains the following new commits: Git commit 49629c76196f88697dd4a8ec81cb1511bfb9faa4 by Qt Cherry-pick Bot (on behalf of Ece Cinucen) on 18/08/2026 at 11:49.. type hints: Fix char* type mapping for QPixmap/QImage.loadFromData The `format` parameter maps to `char*` and was inferring as `bytes | bytearray | memoryview`, but the C++ binding only accepts `str` at runtime, passing bytes raises a ValueError. Map it to `str` explicitly for both methods so the generated stubs match actual behavior. Task-number: PYSIDE-3420 Change-Id: I54e00a928029eacece7866466397ee0a26a836c3 Reviewed-by: Friedemann Kleint <[email protected]> (cherry picked from commit df9fdd808cc734b83c5ded28f6d2338f26f27250) Reviewed-by: Qt Cherry-pick Bot <[email protected]> https://invent.kde.org/qt/pyside/pyside-setup/-/commit/49629c76196f88697dd4a8ec81cb1511bfb9faa4