[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 'dev'. Changed from 5f21c814b67bd00f4727e1bf4a469fb78cc61bd8 to af24d0c40162f9faf3ba6b86e11c89b2594c58f8 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 af24d0c40162f9faf3ba6b86e11c89b2594c58f8 by Christian Tismer on 17/08/2026 at 08:03.. Repair two test failures that only a debug build shows CI never sees them: the refcount tests skip their measurement on the release interpreter it builds with. Both fail on GIL builds as well. bug_79: WeakRef::create() returned an owned reference that the method slot discarded, so every connect leaked a weakref. Let the slot own it and release it in its destructor. anonymous_slot_leak_test: 1000 connects add 4001 references and destroying the sender releases them again, so nothing leaks - the test counted live connections. Measure at the sender's death instead. Change-Id: I1a388c81340a588c30413ef16cb7a523f0c4cb1a Reviewed-by: Friedemann Kleint <[email protected]> https://invent.kde.org/qt/pyside/pyside-setup/-/commit/af24d0c40162f9faf3ba6b86e11c89b2594c58f8