Skip to content
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

fix: fix hard reference to objects in emitted arguments #301

Merged
merged 1 commit into from
Mar 12, 2024

Conversation

tlambert03
Copy link
Member

@tlambert03 tlambert03 commented Mar 12, 2024

fixes #300

I'm working on a better fix that would avoiding holding even a temporary pointer to the arguments, but want to get this fix out asap

Copy link

codecov bot commented Mar 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (3e45ba1) to head (7bb85be).

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #301   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           22        22           
  Lines         1986      1972   -14     
=========================================
- Hits          1986      1972   -14     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

codspeed-hq bot commented Mar 12, 2024

CodSpeed Performance Report

Merging #301 will not alter performance

Comparing tlambert03:fix-ref (7bb85be) with main (3e45ba1)

Summary

✅ 66 untouched benchmarks

@tlambert03 tlambert03 merged commit 50c5a64 into pyapp-kit:main Mar 12, 2024
54 checks passed
@tlambert03 tlambert03 deleted the fix-ref branch March 12, 2024 20:45
@tlambert03 tlambert03 added the bug Something isn't working label Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

Successfully merging this pull request may close these issues.

Psygnal prevents deletion of emitted object
1 participant