You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tests(cleanup): clarify destructor tests and add weakref-guarded variant
- Rename `testCallQtMethodInDel` to make intent explicit.
- Add `testCallQtMethodInDestructorWeakRefGuarded` to cover the pattern where
`__del__` dereferences a `weakref` before calling a Qt method.
0 commit comments