-
Notifications
You must be signed in to change notification settings - Fork 119
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
Py Bindings: Remove pointless borrowing of arguments #3033
base: master
Are you sure you want to change the base?
Conversation
Quality Gate passedIssues Measures |
✔️ 96aba74 -> Azure artifacts URL |
This comment has been minimized.
This comment has been minimized.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3033 +/- ##
==========================================
- Coverage 67.06% 67.06% -0.01%
==========================================
Files 571 571
Lines 111318 111310 -8
==========================================
- Hits 74658 74650 -8
Misses 36660 36660 ☔ View full report in Codecov by Sentry. |
✔️ c5bea14 -> Azure artifacts URL |
This comment has been minimized.
This comment has been minimized.
Quality Gate passedIssues Measures |
✔️ 6c7c883 -> Azure artifacts URL |
Context
Following the discussion in #3024 one better understood that
(https://docs.python.org/3/c-api/intro.html#reference-counts)
Scope
Eliminate some unneeded borrows