fix: fix issues with SliderLabel strong reference#248
fix: fix issues with SliderLabel strong reference#248tlambert03 merged 7 commits intopyapp-kit:mainfrom
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #248 +/- ##
==========================================
- Coverage 87.04% 85.24% -1.80%
==========================================
Files 49 49
Lines 3866 3871 +5
==========================================
- Hits 3365 3300 -65
- Misses 501 571 +70 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
this is a real strange mess. The goal is to remove the in SliderLabel causes a segfault on pyside6. not urgent, so going back in the pile for now |
|
@tlambert03 could you point line in code? |
|
Sure, basically the goal of this PR is to:
(apologies for the crappy code...) |
|
Ah. You do not use Could you try to check if store hard reference to |
|
prefer not to use nox/tox honestly. don't have time to check the references now |
|
I'm going sleep. If you do not do this, I will try tomorrow. |
I found a case where SliderLabel prevented cleanup by holding onto a bound method. This cleans that up