| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Codecov Report
@@ Coverage Diff @@
## master #704 +/- ##
=========================================
+ Coverage 76.94% 77.4% +0.45%
=========================================
Files 63 63
Lines 5592 5589 -3
Branches 892 892
=========================================
+ Hits 4303 4326 +23
+ Misses 998 970 -28
- Partials 291 293 +2
Continue to review full report at Codecov.
|
Sorry, something went wrong.
|
There are probably more issues like this in the code, essentially every class derived from ExtensionType does not need an additional Incref as far as I can see, since the PyType_GenericAlloc call in the constructor will already lead to a refcount of 1. |
Sorry, something went wrong.
|
Thank you very much for your contribution :) |
Sorry, something went wrong.
|
@filmor thanks for the merge. Any indication as to when the next release might happen? |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
What does this implement/fix? Explain your changes.
Fix memory leaks due to spurious handle increment and add unit tests
...
Does this close any currently open issues?
Issue #691
...
Any other comments?
...
Checklist
Check all those that are applicable and complete.