-
Notifications
You must be signed in to change notification settings - Fork 118
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.27% 67.27% -0.01%
==========================================
Files 572 572
Lines 104923 104914 -9
==========================================
- Hits 70587 70577 -10
- Misses 34336 34337 +1 ☔ View full report in Codecov by Sentry. |
Quality Gate passedIssues Measures |
✔️ c5bea14 -> 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