Closed olebole closed 4 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 75.29%. Comparing base (
0104065
) to head (d33d35a
). Report is 14 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
The return type of the init function is
PyMODINIT_FUNC
, notPyMODINIT_FUNC *
.This was found by an error raised when built with gcc-14, see Debian#1075414.