iustin / pyxattr

A python module for accessing filesystem Extended Attributes
https://pyxattr.k1024.org/
GNU Lesser General Public License v2.1
30 stars 15 forks source link

Properly handle module refcount during init errors #37

Closed iustin closed 1 year ago

iustin commented 1 year ago

Together with the commit in #36, this should fix issue #35,

codecov[bot] commented 1 year ago

Codecov Report

Base: 87.77% // Head: 87.60% // Decreases project coverage by -0.17% :warning:

Coverage data is based on head (98919e1) compared to base (5234c00). Patch coverage: 0.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #37 +/- ## ========================================== - Coverage 87.77% 87.60% -0.18% ========================================== Files 1 1 Lines 499 500 +1 ========================================== Hits 438 438 - Misses 61 62 +1 ``` | [Impacted Files](https://codecov.io/gh/iustin/pyxattr/pull/37?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Iustin+Pop) | Coverage Δ | | |---|---|---| | [xattr.c](https://codecov.io/gh/iustin/pyxattr/pull/37/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Iustin+Pop#diff-eGF0dHIuYw==) | `87.60% <0.00%> (-0.18%)` | :arrow_down: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Iustin+Pop). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Iustin+Pop)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.