- 
                Notifications
    
You must be signed in to change notification settings  - Fork 39
 
fix: fix issues with SliderLabel strong reference #248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
          Codecov ReportAttention: Patch coverage is  
 
 Additional details and impacted files@@            Coverage Diff             @@
##             main     #248      +/-   ##
==========================================
- Coverage   87.09%   87.04%   -0.05%     
==========================================
  Files          46       46              
  Lines        3433     3436       +3     
==========================================
+ Hits         2990     2991       +1     
- Misses        443      445       +2     ☔ 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