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 SEGFAULTs under Python 3.12 by using public C-API #929

Merged

Avoid private argument-parsing API on Python 3.12 also

5ac7591
Select commit
Loading
Failed to load commit list.
Merged

Fix SEGFAULTs under Python 3.12 by using public C-API #929

Avoid private argument-parsing API on Python 3.12 also
5ac7591
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 1, 2024 in 1s

96.74% (target 100.00%), passed because patch was fully covered by tests with no unexpected coverage changes

View this Pull Request on Codecov

96.74% (target 100.00%), passed because patch was fully covered by tests with no unexpected coverage changes

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (770445a) 96.74% compared to head (5ac7591) 96.74%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #929   +/-   ##
=======================================
  Coverage   96.74%   96.74%           
=======================================
  Files          19       19           
  Lines        1965     1968    +3     
  Branches      188      188           
=======================================
+ Hits         1901     1904    +3     
  Misses         40       40           
  Partials       24       24           

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